Home > @visualization-tools/cartesian-2d > ICartesian2dAxisLabelOptions
User options for axis settings in cartesian 2d plots.
Signature:
export interface ICartesian2dAxisLabelOptions
| Property | Type | Description |
|---|---|---|
| fontFamilies | string[] | |
| fontSize | number | |
| formatNumber | (value: number) => string | |
| maxWidth | number | |
| padding | number | |
| textColor | number | Bit packed RGBA, 8 bits per channel. |