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

jQuery Chart - valueAxis.stripStyle.label

Configures the appearance of strip labels.

Type:

Object

See Also
  • argumentAxis.strips[] - declares a collection of strips belonging to the argument axis.
  • valueAxis.strips[] - declares a collection of strips belonging to the value axis.
  • argumentAxis.strips[].label.text - specifies the label of a strip belonging to the argument axis.
  • valueAxis.strips[].label.text - specifies the label of a strip belonging to the value axis.

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'

verticalAlignment

Aligns strip labels in the vertical direction.

Type:

String

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