Box
API
Map

jQuery Chart - valueAxis.strips.label

Configures the strip label.

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.

Default Value: 'left'

text

Specifies the text of the strip label.

Type:

String

Default Value: undefined

verticalAlignment

Aligns strip labels in the vertical direction.

Default Value: 'center'