Box
Map
A newer version of this page is available. Switch to the current version.

jQuery Chart - valueAxis.strips.label

Configures the strip label.

Type:

Object

Setting the text property is necessary for a strip label to be displayed.

See Also
  • valueAxis.stripStyle.label - specifies a unified style for the labels of those strips that belong to the value axis.
  • commonAxisSettings.stripStyle.label - specifies a unified style for the labels of all strips in the UI component.

font

Specifies font properties for strip labels.

Type:

Object

horizontalAlignment

Aligns strip labels in the horizontal direction.

Type:

String

Default Value: 'left'
Accepted Values: 'center' | 'left' | 'right'

text

Specifies the text of the strip label.

Type:

String

Default Value: undefined

verticalAlignment

Aligns strip labels in the vertical direction.

Type:

String

Default Value: 'center'
Accepted Values: 'bottom' | 'center' | 'top'