New to Kendo UI for Vue? Start a free 30-day trial

AxisLabelVisualArgs

The context for the visual function of the axis label.

NameTypeDefaultDescription

createVisual

() => Element

A function that can be used to get the default visual.

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.

sender

Object

The instance of the Chart component.

text

string

The text of the label.

value

any

The value of the label.