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


In This Topic
LegendToggle Property
In This Topic
Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.
Syntax
'Declaration
 
Public Property LegendToggle As Boolean
 
'Usage
 
Dim instance As ChartBase
Dim value As Boolean
 
instance.LegendToggle = value
 
value = instance.LegendToggle
See Also