ChartWizardStateSettingsCategoryAxisTagHelper
Example
Razor
<state-category-axis-item>
<labels></labels>
<title />
</state-category-axis-item>
ChildTags
| Tag Name | Details |
|---|---|
| labels | ChartWizardStateCategoryAxisLabelsSettingsTagHelper |
| title | ChartWizardStateCategoryAxisTitleSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| categories | String[] | The category names. The chart will create a category for every item of the array. |
| reverse | Boolean | The reverse option of the axis. |