The CategoryAxis object supports the following properties and methods:


| Name | Description | |||
| Align | Aligns the category-axis to bottom/right or top/left side of the view | |||
| Angle | Specifies the rotation angle (in degrees) for the title and labels of the axis, in 'labels,title' format | |||
| AxisLine | Defines the configuration options to show the line of the category-axis | |||
| Categories | Specifies the category names | |||
| ChartGridLines | Defines the configuration options to show the grid lines and labels between for the chart panel | |||
| Color | Specifies the category-axis's background color | |||
| CursorFormat | Specifies an expression to customize the tooltips to show on category-axis, when the crosshair intersects the category-axis | |||
| Format | Specifies an expression to customize the labels to show on category axis | |||
| Index | Returns the index of the category-axis (0-based) | |||
| Key | Specifies the identifier/key of the category-axis | |||
| MajorGridLines | Defines the configuration options to show the major grid lines of the category-axis | |||
| MajorTicks | Defines the configuration options to show the major ticks of the category-axis | |||
| Mark | Specifies the configuration options for highlighting areas in the chart or axis associated with specific units of the category axis | |||
| OffsetLabel | Defines the offset to move labels horizontally or vertically in relation to their original positions | |||
| OverviewGridLines | Defines the configuration options to show the grid lines and labels between for the overview panel | |||
| Position | Retrieves or sets a value that indicates the position of the category-axis | |||
| Reverse | Defines the direction of the category axis | |||
| Split | Specifies whether the categories are redefined based on the Format property | |||
| Tfi | Specifies the font attributes to apply on the title and labels of the category-axis | |||
| Title | Specifies the title of the category-axis. The title supports ex-HTML format | |||
| Visible | Shows or hides the category-axis (including the labels) |