New to Kendo UI for VueStart a free 30-day trial

Represents the props of the Kendo UI for Vue ChartSeriesDefaultsLabels component (see example).

Definition

Package:@progress/kendo-vue-charts

Properties

Specifies the background color of the labels. Accepts a valid CSS color string, including HEX and RGB.

Specifies the border of the labels.

color?

string

Specifies the text color of the labels. Accepts a valid CSS color string, including HEX and RGB.

Specifies the function which returns the Chart series labels content. You can split the text into multiple lines by using line feed characters ("\n").

Parameters:eSeriesLabelsContentArgsReturns:

string

font?

string

Specifies the font style of the labels.

format?

string

Specifies the format of the labels.

The value is formatted using the format method from @progress/kendo-intl.

Specifies the Chart series from label configuration. Displays the series labels when either the seriesDefaults.labels.visible or the seriesDefaults.labels.from.visible option is set to true.

margin?

number | Margin

Specifies the margin of the labels. A numeric value sets all margins.

Specifies the padding of the labels. A numeric value sets all margins.

rotation?

number

Specifies the rotation angle of the labels. By default, the labels are not rotated.

Specifies the Chart series to label configuration. Displays the series labels when either the seriesDefaults.labels.visible or the seriesDefaults.labels.to.visible option is set to true.

visible?

boolean

Determines whether the Chart displays the series labels. When set to true, the labels are visible. By default, the Chart series labels are not displayed.

Specifies a function that can be used to create a custom visual for the labels.

Parameters:eSeriesLabelsVisualArgs​<Chart>Returns:

Element