jQuery Chart - argumentAxis.strips.label

Configures the strip label.

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

See Also
  • argumentAxis.stripStyle.label - specifies a unified style for the labels of those strips that belong to the argument 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'