C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / LegendStyle Property


In This Topic
LegendStyle Property
In This Topic
Gets or sets the legend style.
Syntax
'Declaration
 
Public Property LegendStyle As ChartStyle
 
'Usage
 
Dim instance As ChartBase
Dim value As ChartStyle
 
instance.LegendStyle = value
 
value = instance.LegendStyle
See Also