ChartValueAxisNotesSettingsTagHelper
Example
Razor
<notes>
<chart-value-axis-notes-icon></chart-value-axis-notes-icon>
<chart-value-axis-notes-label></chart-value-axis-notes-label>
<chart-value-axis-notes-line />
</notes>
ChildTags
Tag Name | Details |
---|---|
chart-value-axis-notes-icon | ChartValueAxisNotesIconSettingsTagHelper |
chart-value-axis-notes-label | ChartValueAxisNotesLabelSettingsTagHelper |
chart-value-axis-notes-line | ChartValueAxisNotesLineSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
position | ChartNotePosition | The position of the value 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.; options - the note options.; createVisual - a function that can be used to get the default visual. or value - the note value.. |