ValueAxis.notes.data.label
configurationThe label of the note.
The background color of the label. Accepts a valid CSS color string, including hex and rgb.
The border of the label.
The text color of the note label. Accepts a valid CSS color string, including hex and rgb.
The font style of the note label.
Default: "12px Arial,Helvetica,sans-serif"
The format used to display the note label. Uses kendo.format. Contains one placeholder ("{0}") which represents the axis value.
Default: "{0}"
The position of the value axis note label.
- "inside" - the label is positioned inside of the icon.
- "outside" - the label is positioned outside of the icon.
Default: "inside"
The rotation angle of the label. By default the label are not rotated.
Default: 0
valueAxis.notes.data.label.template
String|FunctionThe template which renders the labels.
The fields which can be used in the template are:
- value - the axis value
The text can be split into multiple lines by using line feed characters ("\n").
The label note text.
If set to true the chart will display the value axis notes label. By default the value axis notes label are visible.
Default: true