<kendo:stockChart-valueAxisItem-notes-dataItem>
The items of the notes.
Example
<kendo:stockChart-valueAxisItem-notes-data>
<kendo:stockChart-valueAxisItem-notes-dataItem></kendo:stockChart-valueAxisItem-notes-dataItem>
</kendo:stockChart-valueAxisItem-notes-data>
Configuration Attributes
position java.lang.String
The position of the value 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-valueAxisItem-notes-dataItem position="position">
</kendo:stockChart-valueAxisItem-notes-dataItem>
value java.lang.Object
The value of the note.
Example
<kendo:stockChart-valueAxisItem-notes-dataItem value="value">
</kendo:stockChart-valueAxisItem-notes-dataItem>
Configuration JSP Tags
kendo:stockChart-valueAxisItem-notes-dataItem-icon
The icon of the note.
More documentation is available at kendo:stockChart-valueAxisItem-notes-dataItem-icon.
Example
<kendo:stockChart-valueAxisItem-notes-dataItem>
<kendo:stockChart-valueAxisItem-notes-dataItem-icon></kendo:stockChart-valueAxisItem-notes-dataItem-icon>
</kendo:stockChart-valueAxisItem-notes-dataItem>
kendo:stockChart-valueAxisItem-notes-dataItem-label
The label of the note.
More documentation is available at kendo:stockChart-valueAxisItem-notes-dataItem-label.
Example
<kendo:stockChart-valueAxisItem-notes-dataItem>
<kendo:stockChart-valueAxisItem-notes-dataItem-label></kendo:stockChart-valueAxisItem-notes-dataItem-label>
</kendo:stockChart-valueAxisItem-notes-dataItem>
kendo:stockChart-valueAxisItem-notes-dataItem-line
The line of the note.
More documentation is available at kendo:stockChart-valueAxisItem-notes-dataItem-line.
Example
<kendo:stockChart-valueAxisItem-notes-dataItem>
<kendo:stockChart-valueAxisItem-notes-dataItem-line></kendo:stockChart-valueAxisItem-notes-dataItem-line>
</kendo:stockChart-valueAxisItem-notes-dataItem>