API / Configuration / ChartAxisTitle
Defined in: src/types/chart/axis.ts:85
Properties
| Property | Type | Description |
|---|---|---|
align? |
ChartAxisTitleAlignment |
Alignment of the title. |
margin? |
number |
The pixel distance between the axis labels or line and the title. Default 4 for horizontal axes, 8 for vertical |
maxRowCount? |
number |
Allows limiting of the contents of a title block to the specified number of lines. Default 1 |
style? |
Partial<BaseTextStyle> |
CSS styles for the title |
text? |
string |
- |
Previous