jQuery PolarChart - CommonAxisSettingsTick

An object defining the configuration properties for axis ticks.

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

color

Specifies ticks color.

Type:

String

Default Value: '#767676'

length

Specifies tick length.

Type:

Number

Default Value: 7

opacity

Specifies tick opacity.

Type:

Number

Default Value: undefined

visible

Indicates whether or not ticks are visible on an axis.

Type:

Boolean

Default Value: true

width

Specifies tick width.

Type:

Number

Default Value: 1