<kendo:stockChart-categoryAxisItem-notes-dataItem>

The items of the notes.

Example

<kendo:stockChart-categoryAxisItem-notes-data>
    <kendo:stockChart-categoryAxisItem-notes-dataItem></kendo:stockChart-categoryAxisItem-notes-dataItem>
</kendo:stockChart-categoryAxisItem-notes-data>

Configuration Attributes

position java.lang.String

The position of the category axis 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-categoryAxisItem-notes-dataItem position="position">
</kendo:stockChart-categoryAxisItem-notes-dataItem>

value java.lang.Object

The value of the note.

Example

<kendo:stockChart-categoryAxisItem-notes-dataItem value="value">
</kendo:stockChart-categoryAxisItem-notes-dataItem>

Configuration JSP Tags

kendo:stockChart-categoryAxisItem-notes-dataItem-icon

The icon of the note.

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

Example

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

kendo:stockChart-categoryAxisItem-notes-dataItem-label

The label of the note.

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

Example

<kendo:stockChart-categoryAxisItem-notes-dataItem>
    <kendo:stockChart-categoryAxisItem-notes-dataItem-label></kendo:stockChart-categoryAxisItem-notes-dataItem-label>
</kendo:stockChart-categoryAxisItem-notes-dataItem>

kendo:stockChart-categoryAxisItem-notes-dataItem-line

The line of the note.

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

Example

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