AxisDefaultsLabels
Specifies the configuration options for the axis label (see example).
Name | Type | Default | Description |
---|---|---|---|
content? |
|
Specifies the function which returns the label content.
Use line feed characters ( | |
font? |
|
Specifies the font style of the labels. | |
format? |
|
Specifies the format for displaying the labels. Uses the | |
margin? |
|
Specifies the margin of the labels. A numeric value sets all margins. | |
mirror? |
|
Determines whether the Chart mirrors the axis labels and ticks. When enabled, labels that are normally on the left side of the axis render on the right. | |
padding? |
|
Specifies the padding of the labels. A numeric value sets all paddings. | |
rotation? |
|
Specifies the rotation angle of the labels. By default, the labels are not rotated.
For horizontal axes, set to | |
skip? |
|
Specifies the number of labels to skip. By default, no labels are skipped. | |
step? |
|
Specifies the label-rendering step—renders every nth label. By default, every label is rendered. | |
visible? |
|
Determines whether the Chart displays the axis labels. By default, the axis labels are visible. | |
visual? |
|
Specifies a function for creating a custom visual for the labels. |