ChartWizardStateSeriesLabelsSettingsBuilder
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
RETURNS
Returns the current ChartWizardStateSeriesLabelsSettingsBuilder instance.
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.
RETURNS
Returns the current ChartWizardStateSeriesLabelsSettingsBuilder instance.
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.
RETURNS
Returns the current ChartWizardStateSeriesLabelsSettingsBuilder instance.