<kendo:stockChart-seriesItem-notes>

The series notes configuration.

Example

<kendo:stockChart-seriesItem>
    <kendo:stockChart-seriesItem-notes></kendo:stockChart-seriesItem-notes>
</kendo:stockChart-seriesItem>

Configuration Attributes

position java.lang.String

The position of the series 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..

Example

<kendo:stockChart-seriesItem-notes position="position">
</kendo:stockChart-seriesItem-notes>

Configuration JSP Tags

kendo:stockChart-seriesItem-notes-icon

The icon of the notes.

More documentation is available at kendo:stockChart-seriesItem-notes-icon.

Example

<kendo:stockChart-seriesItem-notes>
    <kendo:stockChart-seriesItem-notes-icon></kendo:stockChart-seriesItem-notes-icon>
</kendo:stockChart-seriesItem-notes>

kendo:stockChart-seriesItem-notes-label

The label of the notes.

More documentation is available at kendo:stockChart-seriesItem-notes-label.

Example

<kendo:stockChart-seriesItem-notes>
    <kendo:stockChart-seriesItem-notes-label></kendo:stockChart-seriesItem-notes-label>
</kendo:stockChart-seriesItem-notes>

kendo:stockChart-seriesItem-notes-line

The line of the notes.

More documentation is available at kendo:stockChart-seriesItem-notes-line.

Example

<kendo:stockChart-seriesItem-notes>
    <kendo:stockChart-seriesItem-notes-line></kendo:stockChart-seriesItem-notes-line>
</kendo:stockChart-seriesItem-notes>
In this article
Not finding the help you need?