JavaScript/jQuery Chart - ValueAxisLabel
Configures the labels of the value axis.
import { ValueAxisLabel } from "devextreme/viz/chart"
customizeHint
Specifies the hint that appears when a user points to an axis label.
Type:
Return Value:
The text for the hint to display.
customizeText
Customizes the text displayed by axis labels.
Type:
Return Value:
The text for the label to display.
Cannot be used in themes.
format
Formats a value before it is displayed in an axis label.
Type:
| undefined
Default Value: undefined
Feedback