New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartXAxisNotesSettingsTagHelper

Example

<notes>
    <chart-x-axis-notes-icon></chart-x-axis-notes-icon>
    <chart-x-axis-notes-label></chart-x-axis-notes-label>
    <chart-x-axis-notes-line />
</notes>

ChildTags

Tag Name Details
chart-x-axis-notes-icon ChartXAxisNotesIconSettingsTagHelper
chart-x-axis-notes-label ChartXAxisNotesLabelSettingsTagHelper
chart-x-axis-notes-line ChartXAxisNotesLineSettingsTagHelper

Attributes

Attribute Type Description
position ChartNotePosition The position of the x axis note. "top" - The note is positioned on the top.; "bottom" - The note is positioned on the bottom.; "left" - The note is positioned on the left. or "right" - The note is positioned on the right..
visual String A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; sender - the chart instance (may be undefined).; options - the note options.; createVisual - a function that can be used to get the default visual. or value - the note value..
In this article
Not finding the help you need?