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

AxisLabelVisualArgs

The context for the axis label visual function.

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

ChartComponent

The instance of the Chart component.

text

string

The label text.

value

any

The label value.