JavaScript/jQuery PolarChart - CommonAxisSettings
An object defining the configuration properties that are common for all axes of the PolarChart UI component.
import { CommonAxisSettings } from "devextreme/viz/polar_chart"
allowDecimals
Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only.
Type:
| undefined
Default Value: undefined
discreteAxisDivisionMode
Specifies whether ticks/grid lines of a discrete axis are located between labels or cross the labels.
Type:
Default Value: 'betweenLabels'
endOnTick
Specifies whether to force the axis to start and end on ticks.
Type:
| undefined
Default Value: undefined
label
An object defining the label configuration properties that are common for all axes in the PolarChart UI component.
Type:
opacity
Specifies the opacity of the line that represents an axis.
Type:
| undefined
Default Value: undefined
visible
Indicates whether or not the line that represents an axis in a chart is visible.
Type:
Default Value: true
Feedback