New to Kendo UI for Angular? Start a free 30-day trial

PaneDefaultsComponent

The default options for all chart panes, (see example).

Selector

kendo-chart-pane-defaults

Inputs

NameTypeDefaultDescription

background

string

The background color of the pane. Accepts a valid CSS color string, including HEX and RGB.

border

Border

The border of the pane.

clip

boolean

Specifies whether the Charts in the pane have to be clipped. By default, all Charts except the Radar and Polar Charts are clipped.

height

number

The height of the pane in pixels.

margin

number | Margin

0

The margin of the pane. A numeric value sets all margins.

padding

number | Padding

0

The padding of the pane. A numeric value sets all paddings.

title

PaneDefaultsTitle

The title configuration of the pane. To display the title, set the panes.title.text option.

Methods

notifyChanges

Updates the component fields with the specified values and refreshes the Chart.

Use this method when the configuration values cannot be set through the template.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?