React PolarChart - ArgumentAxis

Specifies argument axis properties for the PolarChart UI component.

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

argumentType

Specifies the desired type of axis values.

Default Value: undefined

axisDivisionFactor

Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the "continuous" and "logarithmic" types.

Type:

Number

Default Value: 50

categories

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

Type:

Array<Number | String | Date>

constantLines

Defines an array of the argument axis constant lines.

Type:

Array<Object>

Cannot be used in themes.

firstPointOnStartAngle

Specifies whether or not to display the first point at the angle specified by the startAngle property.

Type:

Boolean

Default Value: false

hoverMode

Specifies the elements that will be highlighted when the argument axis is hovered over.

Default Value: 'none'

label

Specifies properties for argument 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

minorTick

Specifies the properties of the minor ticks.

Type:

Object

minorTickCount

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

Type:

Number

Default Value: undefined

minorTickInterval

Specifies the interval between minor ticks.

originValue

Specifies the value to be used as the origin for the argument axis.

Type:

Number

Default Value: undefined

period

Specifies the period of the argument values in the data source.

Type:

Number

Default Value: undefined

startAngle

Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise.

Type:

Number

Default Value: 0

strips

Specifies properties for argument 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 argument axis.

Default Value: undefined