autoBreaksEnabled
Enables auto-calculated scale breaks. Applies only if the axis' type is "continuous" or "logarithmic" and valueType is "numeric".
axisDivisionFactor
Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the "continuous" and "logarithmic" types.
breaks
Declares a custom scale break collection. Applies only if the axis' type is "continuous" or "logarithmic".
categories
Specifies the order of categories on an axis of the "discrete" type.
linearThreshold
Specifies a value used to calculate the range on a logarithmic axis within which the axis should be linear. Applies only if the data source contains negative values or zeroes.
logarithmBase
Specifies the value to be raised to a power when generating ticks for an axis of the "logarithmic" type.
maxAutoBreakCount
Sets a limit on auto-calculated scale breaks. Custom scale breaks are not counted.
minorTickCount
Specifies how many minor ticks to place between two neighboring major ticks.
multipleAxesSpacing
Adds a pixel-measured empty space between two side-by-side value axes. Applies if several value axes are located on one side of the chart.
visualRange
Defines the axis' displayed range. Cannot be wider than the wholeRange.
visualRangeUpdateMode
Specifies how the axis's visual range should behave when chart data is updated.