JavaScript/jQuery Chart - CommonAxisSettingsTitle
Configures axis titles.
import { CommonAxisSettingsTitle } from "devextreme/viz/chart"
alignment
Aligns the axis title to the left, center, or right of the axis.
Type:
Default Value: 'center'
margin
Adds a pixel-measured empty space between the axis title and axis labels.
Type:
Default Value: 6
textOverflow
Specifies what to do with the axis title when it overflows the allocated space after applying wordWrap: hide, truncate them and display an ellipsis, or do nothing.
Type:
Default Value: 'ellipsis'
wordWrap
Specifies how to wrap the axis title if it does not fit into a single line.
Type:
Default Value: 'normal'
Feedback