Number Axis
Number Axis is a subtype of the value axis that displays numerical data along a linear scale.
Additional properties of a number axis:
Property | Name | Type | Description | |
Auto Tick Units | numberTickUnits | Integer | The type for auto-selected tick units: Integer or Float. | |
Tick Unit | numberTickUnit | Data Table | This option allows to configure tick units if Auto Tick Unit Selection is disabled. There are two fields:
| |
Tick Unit Format Override | numberFormatOverride | String | A number formatting pattern for the tick labels on the axis. | |
Range Type | rangeType | String | This setting is used to restrict the axis to display only positive values, or only negative values. Possible values are Full, Positive and Negative. | |
Range | numberRange | Data Table | A manually set axis range. Specified as Lower Bound and Upper Bound float values. This setting is available if Auto Range is disabled. | |
Default Auto Range | defaultNumberAutoRange | Data Table | An axis range to use if the dataset has no data. Specified as Lower Bound and Upper Bound float values. | |
Auto Range Includes Zero | autoRangeIncludesZero | Boolean | If Auto Range flag to true (so that the axis range automatically adjusts to fit the current data), you may also want to set this flag to ensure that the axis range always includes zero. | |
![]() | Note that some renderers (for example, Bar Renderer) have a flag to control the inclusion of some "base" value in the axis range -- since the base value often defaults to zero, you may need to set the flag in the renderer also, to get the required range for the axis. | |||
Auto Range Sticky Zero | autoRangeStickyZero | Boolean | Flag that controls whether or not the axis margin is truncated if the zero value falls within the margin. |
Was this page helpful?