SeriesDefaults.notes.label
configurationThe label of the notes.
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 label. Accepts a valid CSS color string, including hex and rgb.
The font style of the label.
Default: "12px Arial,Helvetica,sans-serif"
The format used to display the notes label. Uses kendo.format. Contains one placeholder ("{0}") which represents the axis value.
Default: "{0}"
The position of the labels.
- "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
seriesDefaults.notes.label.template
String|FunctionThe template which renders the labels.
The fields which can be used in the template are:
- value - the point value
The text can be split into multiple lines by using line feed characters ("\n").
If set to true the chart will display the seriesDefaults notes label. By default the seriesDefaults notes label are visible.
Default: true