An object defining properties for the axis line.
Defines whether the axis baseline starts at the minimum value of the data or at zero. Only applies to numerical data axes.
Normally the chart code must go through the data to calculate the max value, which is in turn used to generate the axis max. If the max value is already known then the max value calculation can be avoided by setting dataMax, which improves performance.
The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.
An object defining properties for the major tick marks.
The maximum value of the axis. Defaults to null for automatic calculation based on the data.
Defines the maximum size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
The minimum value of the axis. Defaults to null for automatic calculation based on the data.
The minimum increment between major tick marks. This is typically used to prevent fractional axis values for discrete measures. Only applies to numerical axes.
The increment between minor tick marks. Defaults to null for automatic calculation based on the data. Only applies to numerical axes. See the Help documentation for more information.
An object defining properties for the minor tick marks.
The position of the axis relative to its content. For vertical charts, only start and end apply. For horizontal charts, only top and bottom apply.
The array of reference objects associated with the axis.
Defines whether the axis is rendered.
Defines the axis scale. Only applies to numerical axes.
Defines the size of the axis in pixels (e.g. '50px') or percent (e.g. '15%').
The increment between major tick marks. Defaults to null for automatic calculation based on the data. Only applies to time and numerical axes. See the Help documentation for more information.
An object defining the properties of the tick labels.
The axis title. Does not apply to polar charts.
The CSS style object defining the style of the axis title.
Generated using TypeDoc
Defines whether the tick marks of the y1 and y2 axes are aligned. Not supported for logarithmic axes.