<kendo:chart-paneDefaults>

The default options for all panes.

Example

<kendo:chart>
    <kendo:chart-paneDefaults></kendo:chart-paneDefaults>
</kendo:chart>

Configuration Attributes

background java.lang.String

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

Example

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

clip boolean

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

Example

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

height float

The default pane height in pixels.

Example

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

margin float

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

Example

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

padding float

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

Example

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

title java.lang.String

The title configuration of the all panes. Further configuration is available via kendo:chart-paneDefaults-title.

Example

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

Configuration JSP Tags

kendo:chart-paneDefaults-border

The border of all chart panes.

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

Example

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

kendo:chart-paneDefaults-margin

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

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

Example

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

kendo:chart-paneDefaults-padding

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

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

Example

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

kendo:chart-paneDefaults-title

The title configuration of the all panes.

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

Example

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