React PolarChart - CommonAxisSettingsConstantLineStyle

Specifies the appearance of all the UI component's constant lines.

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

color

Specifies a color for a constant line.

Type:

String

Default Value: '#000000'

dashStyle

Specifies a dash style for a constant line.

Type:

DashStyle

Default Value: 'solid'

label

An object defining constant line label properties.

Type:

Object

width

Specifies a constant line width in pixels.

Type:

Number

Default Value: 1