<kendo:stockChart-panes>

The chart panes configuration.Panes are used to split the chart in two or more parts. The panes are ordered from top to bottom.Each axis can be associated with a pane by setting its pane option to the name of the desired pane. Axis that don't have specified pane are placed in the top (default) pane.Series are moved to the desired pane by associating them with an axis.

Example

<kendo:stockChart>
    <kendo:stockChart-panes></kendo:stockChart-panes>
</kendo:stockChart>

Configuration Attributes

Configuration JSP Tags

kendo:stockChart-pane

The chart panes configuration.Panes are used to split the chart in two or more parts. The panes are ordered from top to bottom.Each axis can be associated with a pane by setting its pane option to the name of the desired pane. Axis that don't have specified pane are placed in the top (default) pane.Series are moved to the desired pane by associating them with an axis.

More documentation is available at kendo:stockChart-pane.

Example

<kendo:stockChart-panes>
    <kendo:stockChart-pane></kendo:stockChart-pane>
</kendo:stockChart-panes>
In this article
Not finding the help you need?