visualization-tools

Home > @visualization-tools/cartesian-2d > Cartesian2dAxisLabelConfig

Cartesian2dAxisLabelConfig class

Provides dirty checking for generating axis config from axis options.

Signature:

export declare class Cartesian2dAxisLabelConfig implements ICartesian2dAxisLabelConfig 

Implements: ICartesian2dAxisLabelConfig

Constructors

Constructor Modifiers Description
(constructor)(options)   Constructs a new instance of the Cartesian2dAxisLabelConfig class

Properties

Property Modifiers Type Description
fontFamilies   string[]  
fontSize   number  
fontString   string  
formatNumber   (value: number) => string  
isDirty   boolean  
maxWidth   number  
padding   number  
textColor   number  

Methods

Method Modifiers Description
regenerate(dpr)