DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

CommonAxisSettingsMinorTick

Specifies the properties of the minor ticks.

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

color

Specifies a color for the minor ticks.

Type:

String

Default Value: '#767676'

length

Specifies minor tick length.

Type:

Number

Default Value: 7

opacity

Specifies an opacity for the minor ticks.

Type:

Number

Default Value: 0.3

visible

Indicates whether or not the minor ticks are displayed on an axis.

Type:

Boolean

Default Value: false

width

Specifies minor tick width.

Type:

Number

Default Value: 1