ChartYAxisNotesIconSettingsTagHelper
Example
Razor
<chart-y-axis-notes-icon>
<border />
</chart-y-axis-notes-icon>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartYAxisNotesIconBorderSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | String | The background color of the notes icon. |
| size | Double | The size of the icon. |
| type | String | The icon shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross. |
| visible | Boolean | Sets the icon visibility. |