jQuery PolarChart - ValueAxis

Specifies value axis properties for the PolarChart UI component.

import { ValueAxis } from "devextreme/viz/polar_chart"

axisDivisionFactor

Specifies a coefficient for dividing the value axis.

Type:

Number

Default Value: 30

categories

Specifies the order of categories on an axis of the "discrete" type.

Type:

Array<Number | String | Date>

constantLines

Defines an array of the value axis constant lines.

Type:

Array<Object>

Cannot be used in themes.

endOnTick

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

Type:

Boolean

Default Value: false

label

Specifies properties for value axis labels.

Type:

Object

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.

Type:

Number

Default Value: undefined

logarithmBase

Specifies the value to be raised to a power when generating ticks for a logarithmic axis.

Type:

Number

Default Value: 10

maxValueMargin

Specifies a coefficient that determines the spacing between the maximum series point and the axis.

Type:

Number

Default Value: undefined

minorTickCount

Specifies the number of minor ticks between two neighboring major ticks.

Type:

Number

Default Value: undefined

minorTickInterval

Specifies the interval between minor ticks.

minValueMargin

Specifies a coefficient that determines the spacing between the minimum series point and the axis.

Type:

Number

Default Value: undefined

minVisualRangeLength

Specifies the minimum length of the visual range.

Default Value: undefined
Cannot be used in themes.

showZero

Specifies whether or not to indicate a zero value on the value axis.

Type:

Boolean

Default Value: undefined

strips

Specifies properties for value axis strips.

Type:

Array<Object>

Cannot be used in themes.

tick

An object defining the configuration properties for axis ticks.

Type:

Object

tickInterval

Specifies an interval between axis ticks/grid lines.

type

Specifies the required type of the value axis.

Default Value: undefined

valueMarginsEnabled

Indicates whether to display series with indents from axis boundaries.

Type:

Boolean

Default Value: true

valueType

Specifies the desired type of axis values.

Default Value: undefined

visualRange

Defines the axis' displayed range. Cannot be wider than the wholeRange.

Type:

Object

|

Array<Number | String | Date>

Raised Events: onOptionChanged
Cannot be used in themes.

visualRangeUpdateMode

Specifies how the axis's visual range should behave when the PolarChart data is updated.

Default Value: 'auto'

wholeRange

Defines the range where the axis can be zoomed.

Type:

Object

|

Array<Number | String | Date>

Default Value: undefined