<kendo:chart-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.

Example

<kendo:chart-panes>
    <kendo:chart-pane></kendo:chart-pane>
</kendo:chart-panes>

Configuration Attributes

background java.lang.String

The background color of the chart pane. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:chart-pane background="background">
</kendo:chart-pane>

clip boolean

Specifies whether the charts in the pane should be clipped. By default all charts except radar, polar and 100% stacked charts are clipped.

Example

<kendo:chart-pane clip="clip">
</kendo:chart-pane>

height float

The chart pane height in pixels.

Example

<kendo:chart-pane height="height">
</kendo:chart-pane>

margin float

The margin of the pane. A numeric value will set all margins. Further configuration is available via kendo:chart-pane-margin.

Example

<kendo:chart-pane margin="margin">
</kendo:chart-pane>

name java.lang.String

The unique name of the chart pane.

Example

<kendo:chart-pane name="name">
</kendo:chart-pane>

padding float

The padding of the pane. A numeric value will set all paddings. Further configuration is available via kendo:chart-pane-padding.

Example

<kendo:chart-pane padding="padding">
</kendo:chart-pane>

title java.lang.String

The title configuration of the chart pane. Further configuration is available via kendo:chart-pane-title.

Example

<kendo:chart-pane title="title">
</kendo:chart-pane>

Configuration JSP Tags

kendo:chart-pane-border

The border of the chart pane.

More documentation is available at kendo:chart-pane-border.

Example

<kendo:chart-pane>
    <kendo:chart-pane-border></kendo:chart-pane-border>
</kendo:chart-pane>

kendo:chart-pane-margin

The margin of the pane. A numeric value will set all margins.

More documentation is available at kendo:chart-pane-margin.

Example

<kendo:chart-pane>
    <kendo:chart-pane-margin></kendo:chart-pane-margin>
</kendo:chart-pane>

kendo:chart-pane-padding

The padding of the pane. A numeric value will set all paddings.

More documentation is available at kendo:chart-pane-padding.

Example

<kendo:chart-pane>
    <kendo:chart-pane-padding></kendo:chart-pane-padding>
</kendo:chart-pane>

kendo:chart-pane-title

The title configuration of the chart pane.

More documentation is available at kendo:chart-pane-title.

Example

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