ChartWizardStateSettingsValueAxisBuilder
Methods
Labels(System.Action)
The axis labels configuration.
Parameters
configurator - System.Action<ChartWizardStateValueAxisLabelsSettingsBuilder>
The configurator for the labels setting.
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
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.
Title(System.Action)
The title configuration of the value axis.
Parameters
configurator - System.Action<ChartWizardStateValueAxisTitleSettingsBuilder>
The configurator for the title setting.