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