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

ValueAxisNotesLabel

Represents the value axis notes label options.

NameTypeDefaultDescription

background?

string

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

border?

Border

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.

content?

(e: AxisNoteContentArgs) => string

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

font?

string

Sets the font style of the label.

format?

string

Sets the format used to display the notes label. Uses the IntlService format method and contains one placeholder ("{0}") which represents the axis value.

position?

NoteLabelPosition

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 value axis notes label. By default, the value axis notes label is visible.

Not finding the help you need?
Contact Support