Chart.Axes.Axis
Hierarchy
Common.AxisBaseChart.Axes.AxisSubclasses
Base chart axis class.
Config options
Specifies the axis labels.
Defaults to: {visible: true, fillStyle: 'black', lineWidth: 1, font: '11px sans-serif', position: 'outside', showLastLabel: true, showFirstLabel: true, hAlign: 'center', vAlign: 'center'}
Specifies the axis location - 'right', 'bottom', 'left' or 'top'.
Defaults to: 'left'
Specifies how big is the step when scroll with mouse wheel.
Defaults to: 0.05
Specifies how big is the step when zoom with mouse wheel.
Defaults to: 0.001
Specifies the axis range slider.
Defaults to: {visible: true, breadth: 20}
Specifies whether or not the axis scale is reversed.
Defaults to: false
Specifies the axis line stroke dash array - [2, 4].
Specifies the axis line stroke dash array - [2, 4].
Specifies the axis type - 'category', 'linear', 'dateTime', 'categoryAngle', 'linearRadius' or 'linearAngle'.
Specifies the axis type - 'category', 'linear', 'dateTime', 'categoryAngle', 'linearRadius' or 'linearAngle'.
Specifies whether or not this axis should be displayed.
Defaults to: true