Configurates
C1.Web.Mvc.FlexChartCore<T>.LegendToggle. Sets a value indicating whether clicking legend items toggles the series visibility in the chart.
Syntax
'Declaration
Public Function LegendToggle( _
ByVal As Boolean _
) As
public LegendToggle(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also