AxisDefaults
Represents the configuration options of the axis.
| Name | Type | Default | Description | 
|---|---|---|---|
| background? | 
 | Specifies the background color of the axis. | |
| color? | 
 | Specifies the color to apply to all axis elements. Accepts a valid CSS color string, including HEX and RGB. | |
| crosshair? | 
 | Specifies the crosshair configuration options.
Displays the crosshair when the  | |
| labels? | 
 | Specifies the configuration of the axis labels. | |
| line? | 
 | Specifies the configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines. | |
| majorGridLines? | 
 | Specifies the configuration of the major grid lines. These are the lines that are an extension of the major ticks through the body of the Chart. | |
| majorTicks? | 
 | Specifies the configuration of the axis major ticks. | |
| minorGridLines? | 
 | Specifies the configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the Chart. | |
| minorTicks? | 
 | Specifies the configuration of the axis minor ticks. | |
| narrowRange? | 
 | Determines whether the Chart prevents the axis range from snapping to zero.
When set to  | |
| pane? | 
 | Specifies the name of the pane in which the axis has to be rendered. If not set, the axis will be rendered in the first (default) pane. | |
| plotBands? | 
 | Specifies the plot bands of the axis. | |
| reverse? | 
 | Determines whether the axis direction is reversed.
When set to  | |
| startAngle? | 
 | Specifies the angle (degrees) of the first category on the axis. Angles increase clockwise with zero to the left. Negative values are acceptable. | |
| title? | 
 | Specifies the title configuration of the axis.
To display the title, set the  | |
| visible? | 
 | Determines whether the Chart displays the axis.
When set to  |