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.strips.label

An object that defines the label configuration options of a strip.

Type:

Object

A strip label represents descriptive information on a strip. It often represents a strip's title. To set label options for an individual strip, define the label object. If you need to set similar values for labels in all strips, use the commonAxisSettings.stripStyle.label configuration object. It exposes the properties that can be specified for labels on all strips simultaneously. Note that the values specified for a strip individually (in the argumentAxis.strips.strip.label object) override the values that are specified for all axes (in the commonAxisSettings.stripStyle.label object).

font

Specifies font options for a strip label.

Type:

Object

text

Specifies the text displayed in a strip.

Type:

String

Default Value: undefined