All docs
V23.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map

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:

Boolean

Default Value: undefined

color

Specifies the color of the line that represents an axis.

Type:

String

Default Value: '#767676'

constantLineStyle

Specifies the appearance of all the UI component's constant lines.

Type:

Object

discreteAxisDivisionMode

Specifies whether ticks/grid lines of a discrete axis are located between labels or cross the labels.

Default Value: 'betweenLabels'

endOnTick

Specifies whether to force the axis to start and end on ticks.

Type:

Boolean

Default Value: undefined

inverted

Indicates whether or not an axis is inverted.

Type:

Boolean

Default Value: false

label

An object defining the label configuration properties that are common for all axes in the PolarChart UI component.

Type:

Object

minorTick

Specifies the properties of the minor ticks.

Type:

Object

opacity

Specifies the opacity of the line that represents an axis.

Type:

Number

Default Value: undefined

stripStyle

An object defining configuration properties for strip style.

Type:

Object

tick

An object defining the configuration properties for axis ticks.

Type:

Object

visible

Indicates whether or not the line that represents an axis in a chart is visible.

Type:

Boolean

Default Value: true

width

Specifies the width of the line that represents an axis in the chart.

Type:

Number

Default Value: 1