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


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