React Chart - argumentAxis.strips.label

Configures the strip label.

Type:

Object

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.

Type:

String

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

When using a UI component as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control, specify this property using the HorizontalAlignment enum. This enum accepts the following values: Left, Center and 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'

Use the VerticalAlignment enum to specify this property when the UI component is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Top, Center, and Bottom.