ChartWizardStateSettingsValueAxisBuilder
Methods
Labels(System.Action)
The axis labels configuration.
Parameters
configurator - System.Action<ChartWizardStateValueAxisLabelsSettingsBuilder>
The configurator for the labels setting.
RETURNS
Returns the current instance of ChartWizardStateSettingsValueAxisBuilder .
Reverse(System.Boolean)
If set to true the value axis direction will be reversed. By default categories are listed from left to right and from bottom to top.
Parameters
value - System.Boolean
The value for Reverse
RETURNS
Returns the current ChartWizardStateSettingsValueAxisBuilder instance.
Reverse()
If set to true the value axis direction will be reversed. By default categories are listed from left to right and from bottom to top.
RETURNS
Returns the current ChartWizardStateSettingsValueAxisBuilder instance.
Title(System.Action)
The title configuration of the value axis.
Parameters
configurator - System.Action<ChartWizardStateValueAxisTitleSettingsBuilder>
The configurator for the title setting.
RETURNS
Returns the current instance of ChartWizardStateSettingsValueAxisBuilder .