Vue PolarChart - ValueAxisLabel
Specifies properties for value axis labels.
import { DxPolarChartTypes } from "devextreme-vue/polar-chart"
customizeHint
Specifies the text for a hint that appears when a user hovers the mouse pointer over a label on the value axis.
Type:
Return Value:
The text for the hint to display.
customizeText
Specifies a callback function that returns the text to be displayed in value axis labels.
Type:
Return Value:
The text for the label to display.
Cannot be used in themes.