<kendo:stockChart-valueAxisItem-notes-dataItem-icon>

The icon of the note.

Example

<kendo:stockChart-valueAxisItem-notes-dataItem>
    <kendo:stockChart-valueAxisItem-notes-dataItem-icon></kendo:stockChart-valueAxisItem-notes-dataItem-icon>
</kendo:stockChart-valueAxisItem-notes-dataItem>

Configuration Attributes

background java.lang.String

The background color of the note icon.

Example

<kendo:stockChart-valueAxisItem-notes-dataItem-icon background="background">
</kendo:stockChart-valueAxisItem-notes-dataItem-icon>

size float

The size of the icon.

Example

<kendo:stockChart-valueAxisItem-notes-dataItem-icon size="size">
</kendo:stockChart-valueAxisItem-notes-dataItem-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:stockChart-valueAxisItem-notes-dataItem-icon type="type">
</kendo:stockChart-valueAxisItem-notes-dataItem-icon>

visible boolean

The icon visibility.

Example

<kendo:stockChart-valueAxisItem-notes-dataItem-icon visible="visible">
</kendo:stockChart-valueAxisItem-notes-dataItem-icon>

Configuration JSP Tags

kendo:stockChart-valueAxisItem-notes-dataItem-icon-border

The border of the icon.

More documentation is available at kendo:stockChart-valueAxisItem-notes-dataItem-icon-border.

Example

<kendo:stockChart-valueAxisItem-notes-dataItem-icon>
    <kendo:stockChart-valueAxisItem-notes-dataItem-icon-border></kendo:stockChart-valueAxisItem-notes-dataItem-icon-border>
</kendo:stockChart-valueAxisItem-notes-dataItem-icon>
In this article
Not finding the help you need?