Series.notes.label
configurationThe label of the notes.
series.notes.label
ObjectThe background color of the label. Accepts a valid CSS color string, including hex and rgb.
The border of the label.
series.notes.label.color
StringThe text color of the label. Accepts a valid CSS color string, including hex and rgb.
series.notes.label.font
StringThe 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
series.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").
series.notes.label.visible
BooleanIf set to true the chart will display the series notes label. By default the series notes label are visible.
Default: true