Home > @plotex/chart-def > IAxisLabelConfig
IAxisLabelConfig interface#
Defines the configuration of an axis label.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| font? | IFontConfig | (Optional) Configures the font for the label. |
| position? | HorizontalLabelPosition | HorizontalLabelPositionString | VerticalLabelPosition | VerticalLabelPositionString | (Optional) Position of the label. |
| text? | string | (Optional) The text for the label. |