Home > @visualization-tools/cartesian-2d > Cartesian2dAxisLabelConfig
Provides dirty checking for generating axis config from axis options.
Signature:
export declare class Cartesian2dAxisLabelConfig implements ICartesian2dAxisLabelConfig
Implements: ICartesian2dAxisLabelConfig
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the Cartesian2dAxisLabelConfig class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fontFamilies | string[] | ||
| fontSize | number | ||
| fontString | string | ||
| formatNumber | (value: number) => string | ||
| isDirty | boolean | ||
| maxWidth | number | ||
| padding | number | ||
| textColor | number |
| Method | Modifiers | Description |
|---|---|---|
| regenerate(dpr) |