All docs
V23.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map

jQuery Chart - CommonAxisSettingsConstantLineStyle

Configures the appearance of all constant lines in the UI component.

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

color

Specifies the color of constant lines.

Type:

String

Default Value: '#000000'

dashStyle

Specifies the dash style of constant lines.

Type:

DashStyle

Default Value: 'solid'

label

Configures constant line labels.

Type:

Object

paddingLeftRight

Generates a pixel-measured empty space between the left/right side of a constant line and the constant line label.

Type:

Number

Default Value: 10

paddingTopBottom

Generates a pixel-measured empty space between the top/bottom side of a constant line and the constant line label.

Type:

Number

Default Value: 10

width

Specifies the width of constant lines in pixels.

Type:

Number

Default Value: 1