ChartYAxisNotesSettingsTagHelper
Example
Razor
<notes>
<chart-y-axis-notes-icon></chart-y-axis-notes-icon>
<chart-y-axis-notes-label></chart-y-axis-notes-label>
<chart-y-axis-notes-line />
</notes>
ChildTags
| Tag Name | Details |
|---|---|
| chart-y-axis-notes-icon | ChartYAxisNotesIconSettingsTagHelper |
| chart-y-axis-notes-label | ChartYAxisNotesLabelSettingsTagHelper |
| chart-y-axis-notes-line | ChartYAxisNotesLineSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| position | ChartNotePosition | The position of the y axis notes. "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.. |