LegendToggle Property (FlexChart)
In This Topic
Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("FlexChart.LegendToggle", "Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.")>
Public Property LegendToggle As Boolean
[DefaultValue(false)]
[C1Description("FlexChart.LegendToggle", "Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.")]
public bool LegendToggle {get; set;}
See Also