<kendo:chart-seriesDefaults-notes>

The seriesDefaults notes configuration.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-notes></kendo:chart-seriesDefaults-notes>
</kendo:chart-seriesDefaults>

Configuration Attributes

visual java.lang.String

A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; options - the note options.; createVisual - a function that can be used to get the default visual.; category - the category of the note point.; dataItem - the dataItem of the note point.; value - the value of the note point.; sender - the chart instance.; series - the series of the note point. or text - the note text..

Example

<kendo:chart-seriesDefaults-notes visual="visual">
</kendo:chart-seriesDefaults-notes>

Configuration JSP Tags

kendo:chart-seriesDefaults-notes-icon

The icon of the notes.

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

Example

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

kendo:chart-seriesDefaults-notes-label

The label of the notes.

More documentation is available at kendo:chart-seriesDefaults-notes-label.

Example

<kendo:chart-seriesDefaults-notes>
    <kendo:chart-seriesDefaults-notes-label></kendo:chart-seriesDefaults-notes-label>
</kendo:chart-seriesDefaults-notes>

kendo:chart-seriesDefaults-notes-line

The line of the notes.

More documentation is available at kendo:chart-seriesDefaults-notes-line.

Example

<kendo:chart-seriesDefaults-notes>
    <kendo:chart-seriesDefaults-notes-line></kendo:chart-seriesDefaults-notes-line>
</kendo:chart-seriesDefaults-notes>

Event Attributes

visual String

A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; options - the note options.; createVisual - a function that can be used to get the default visual.; category - the category of the note point.; dataItem - the dataItem of the note point.; value - the value of the note point.; sender - the chart instance.; series - the series of the note point. or text - the note text..

Example

<kendo:chart-seriesDefaults-notes visual="handle_visual">
</kendo:chart-seriesDefaults-notes>
<script>
    function handle_visual(e) {
        // Code to handle the visual event.
    }
</script>

Event Tags

kendo:chart-seriesDefaults-notes-visual

A function that can be used to create a custom visual for the notes. The available argument fields are: rect - the kendo.geometry.Rect that defines the note target rect.; options - the note options.; createVisual - a function that can be used to get the default visual.; category - the category of the note point.; dataItem - the dataItem of the note point.; value - the value of the note point.; sender - the chart instance.; series - the series of the note point. or text - the note text..

Example

<kendo:chart-seriesDefaults-notes>
    <kendo:chart-seriesDefaults-notes-visual>
        <script>
            function(e) {
                // Code to handle the visual event.
            }
        </script>
    </kendo:chart-seriesDefaults-notes-visual>
</kendo:chart-seriesDefaults-notes>
In this article
Not finding the help you need?