Box
Map
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 properties of a strip.

Type:

Object

A strip label represents descriptive information on a strip. It often represents a strip's title. To set label properties 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 properties for a strip label.

Type:

Object

text

Specifies the text displayed in a strip.

Type:

String

Default Value: undefined