<kendo:chart-yAxisItem-notes-icon>

The icon of the notes.

Example

<kendo:chart-yAxisItem-notes>
    <kendo:chart-yAxisItem-notes-icon></kendo:chart-yAxisItem-notes-icon>
</kendo:chart-yAxisItem-notes>

Configuration Attributes

background java.lang.String

The background color of the notes icon.

Example

<kendo:chart-yAxisItem-notes-icon background="background">
</kendo:chart-yAxisItem-notes-icon>

size float

The size of the icon.

Example

<kendo:chart-yAxisItem-notes-icon size="size">
</kendo:chart-yAxisItem-notes-icon>

type java.lang.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.

Example

<kendo:chart-yAxisItem-notes-icon type="type">
</kendo:chart-yAxisItem-notes-icon>

visible boolean

Sets the icon visibility.

Example

<kendo:chart-yAxisItem-notes-icon visible="visible">
</kendo:chart-yAxisItem-notes-icon>

Configuration JSP Tags

kendo:chart-yAxisItem-notes-icon-border

The border of the icon.

More documentation is available at kendo:chart-yAxisItem-notes-icon-border.

Example

<kendo:chart-yAxisItem-notes-icon>
    <kendo:chart-yAxisItem-notes-icon-border></kendo:chart-yAxisItem-notes-icon-border>
</kendo:chart-yAxisItem-notes-icon>
In this article
Not finding the help you need?