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.

Default Value: 'center'

margin

Adds a pixel-measured empty space between the axis title and axis labels.

Type:

Number

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:

TextOverflow

Default Value: 'ellipsis'

wordWrap

Specifies how to wrap the axis title if it does not fit into a single line.

Type:

WordWrap

Default Value: 'normal'