Angular Chart - CommonAxisSettingsTitle
Configures axis titles.
import { DxChartTypes } from "devextreme-angular/ui/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'
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.