Optional
Readonly
formatThe format pattern to use with this axis. Use the type to determine which type of formatter to use.
String
Optional
Readonly
gapThe calendar with the business hours and holidays to transform plot data against. Defaults to null, or no transform.
dh.calendar.BusinessCalendar
The type for this axis. See AxisFormatType enum for more details.
int
The unique id for this axis.
String
The label for this axis.
String
The position for this axis. See AxisPosition enum for more details.
int
The type for this axis, indicating how it will be drawn. See AxisType enum for more details.
int
Indicates that this axis is only widthInPixels
wide, so any extra data can be downsampled out, if this can be
done losslessly. The second two arguments represent the current zoom range of this axis, and if provided, most of
the data outside of this range will be filtered out automatically and the visible width mapped to that range.
When the UI zooms, pans, or resizes, this method should be called again to update these three values to ensure
that data is correct and current.
Optional
pixelCount: numberOptional
min: unknownOptional
max: unknown
Defines one axis used with by series. These instances will be found both on the Chart and the Series instances, and may be shared between Series instances.