Vue Chart - argumentAxis.stripStyle.label

Configures the appearance of strip labels.

Selector: DxLabel
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.

Selector: DxFont
Type:

Object

horizontalAlignment

Aligns strip labels in the horizontal direction.

Selector: horizontal-alignment
Type:

String

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

verticalAlignment

Aligns strip labels in the vertical direction.

Selector: vertical-alignment
Type:

String

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