New to KendoReactStart a free 30-day trial

Represents the configuration options of the series notes label.

Definition

Package:@progress/kendo-react-charts

Properties

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

Specifies the border of the label.

color?

string

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

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

Parameters:eSeriesNoteContentArgsReturns:

string

font?

string

Specifies the font style of the label.

format?

string

Specifies the format for displaying the notes label. Contains one placeholder ("{0}") which represents the axis value.

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

Specifies the position of the labels.

rotation?

number

Specifies the rotation angle of the label. By default, the label is not rotated.

visible?

boolean

Determines whether the Chart displays the seriesDefaults notes label. When set to true, the label is visible. By default, the notes label is visible.