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

Represents the X-axis notes label options.

Definition

Package:@progress/kendo-angular-charts

Properties

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

Configures the border of the label.

color?

string

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

Sets the function which returns the label content. The function argument contains a value field which defines the axis value. You can split the text into multiple lines by using line feed characters ("\n").

Parameters:eAxisNoteContentArgsReturns:

string

font?

string

Sets the font style of the label.

format?

string

Sets the format for displaying the notes label. Uses the format method of IntlService and contains one placeholder ("{0}") which represents the axis value.

Sets the position of the labels.

rotation?

number

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

visible?

boolean

Determines if the Chart displays the X-axis notes label. By default, the X-axis notes label is visible.