React Chart - CommonAxisSettingsLabel
Configures axis labels.
displayMode
Allows you to rotate or stagger axis labels. Applies to the horizontal axis only.
indentFromAxis
Adds a pixel-measured empty space between an axis and its labels.
overlappingBehavior
Decides how to arrange axis labels when there is not enough space to display all of them.
position
Specifies the position of labels relative to the chart or its axis.
rotationAngle
Specifies the rotation angle of axis labels. Applies only if displayMode or overlappingBehavior is "rotate".
staggeringSpacing
Adds a pixel-measured empty space between two staggered rows of axis labels. Applies only if displayMode or overlappingBehavior is "stagger".
template
Specifies a custom template for axis labels.
One of the following:
- HTML markup as a string
- A DOM node
- A DOM node wrapped in a jQuery element
textOverflow
Specifies what to do with axis labels that overflow the allocated space after applying wordWrap: hide, truncate them and display an ellipsis, or do nothing.
wordWrap
Specifies how to wrap texts that do not fit into a single line.
If you have technical questions, please create a support ticket in the DevExpress Support Center.