ChartSeriesNotesLabelSettingsTagHelper

Example

Razor
<chart-series-notes-label>
    <border />
</chart-series-notes-label>

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the label. Accepts a valid CSS color string, including hex and rgb.
colorStringThe text color of the label. Accepts a valid CSS color string, including hex and rgb.
fontStringThe font style of the label.
formatStringThe format used to display the notes label. Uses kendo.format. Contains one placeholder ("{0}") which represents the axis value.
positionChartNoteLabelPositionSpecifies the position of the labels.
rotationDoubleThe rotation angle of the label. By default the label are not rotated.
templateStringThe template which renders the labels.The fields which can be used in the template are: value - the point value.
template-handlerStringThe template which renders the labels.The fields which can be used in the template are: value - the point value. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringThe template which renders the labels.The fields which can be used in the template are: value - the point value. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe template which renders the labels.The fields which can be used in the template are: value - the point value. This option expects the instance containing the created HTML.
visibleBooleanIf set to true the chart will display the series notes label. By default the series notes label are visible.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support