ChartWizardStateSettingsCategoryAxiBuilder
Methods
Labels(System.Action)
The axis labels configuration.
Parameters
configurator - System.Action<ChartWizardStateCategoryAxiLabelsSettingsBuilder>
The action that configures the labels.
Title(System.Action)
The title configuration of the category axis.
Parameters
configurator - System.Action<ChartWizardStateCategoryAxiTitleSettingsBuilder>
The action that configures the title.
Reverse(System.Boolean)
The reverse option of the axis.
Parameters
value - System.Boolean
The value that configures the reverse.
Categories(System.String[])
The category names. The chart will create a category for every item of the array.
Parameters
value - System.String[]
The value that configures the categories.