ChartWizardStateInitialSeriesLabelsSettingsBuilder
Methods
Visible(System.Boolean)
If set to true the chart will display the series labels. By default chart series labels are not displayed.
Parameters
value - System.Boolean
The value for Visible
VisibleHandler(System.String)
If set to true the chart will display the series labels. By default chart series labels are not displayed.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
VisibleHandler(System.Func)
If set to true the chart will display the series labels. By default chart series labels are not displayed.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.