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. See the Help documentation for more information.
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. See the Help documentation for more information.
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 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.
Specifies the end group of the current viewport. Only applies to charts with group or time axis. If not specified, the default end group is the last group in the data set. The application should set either the viewportMax or viewportEndGroup and not both at the same time. If both viewportEndGroup and viewportMax are specified, viewportMax takes precedence.
Specifies the maximum x coordinate of the current viewport for zoom and scroll. See the Help documentation for more information.
Specifies the minimum x coordinate of the current viewport for zoom and scroll. See the Help documentation for more information.
Specifies the start group of the current viewport. Only applies to charts with group or time axis. If not specified, the default start group is the first group in the data set. The application should set either the viewportMin or viewportStartGroup and not both at the same time. If both viewportStartGroup and viewportMin are specified, viewportMin takes precedence.
Generated using TypeDoc
An object defining properties for the axis line.