All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 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
19.1
18.2
18.1
17.2
Box
Map
Vue
A newer version of this page is available. Switch to the current version.

jQuery PolarChart - argumentAxis.constantLines.label

An object defining constant line label options.

Type:

Object

A constant line label shows information on the constant line. You can configure label appearance using the label object. Within this object, you can set font options, a position and text using corresponding fields. In addition, you can specify the horizontal and vertical alignments for the label.

You can set the label options for all the argument axis constant lines simultaneously. For this purpose, use the argumentAxis.constantLineStyle.label object. Note that the options that are set within the argumentAxis.constantLine.label object override the corresponding options that are set within the argumentAxis.constantLineStyle.label object.

font

Specifies font options for a constant line label.

Type:

Object

text

Specifies the text to be displayed in a constant line label.

Type:

String

Default Value: undefined

By default, a constant line label shows the value of the constant line. However, the label can display any information you demand. For this purpose, assign the required string to the text option.

visible

Indicates whether or not to display labels for the axis constant lines.

Type:

Boolean

Default Value: true