Home > plot > IAxisConfig
IAxisConfig interface#
Configures an axis of the chart.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| label? | string | IAxisLabelConfig | (Optional) Sets the label for the axis. |
| ticks? | IAxisTicksConfiguration | (Optional) Configures the tick marks for the axis. |