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 FlexChart
Dim value As Boolean
instance.LegendToggle = value
value = instance.LegendToggle
public bool LegendToggle {get; set;}
See Also