AxisLabelVisualArgs
Interface
The context for the visual function of the axis label.
Definition
Package:@progress/kendo-react-charts
Properties
A function that can be used to get the default visual.
Returns:
Element
culture
string
The default culture (if set) of the label.
dataItem?
any
If a field is specified, represents the data item.
format
string
The default format of the label.
options
any
The label options.
rect
Rect
The rectangle that defines the normal position of the visual.
text
string
The text of the label.
value
any
The value of the label.