PaneComponent
The configuration component for a Chart pane.
<kendo-chart>
<kendo-chart-panes>
<kendo-chart-pane
name="top"
background="pink"
[border]="{ color: 'black', dashType: 'dash', width: 2 }">
</kendo-chart-pane>
</kendo-chart-panes>
</kendo-chart>
Selector
kendo-chart-pane, kendo-chart-panes-item
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
The background color of the pane. Accepts a valid CSS color string, including hex and rgb. | |
border |
|
The border of the pane. | |
clip |
|
Specifies whether the Charts in the pane have to be clipped. By default, all Charts except the Radar and Polar Charts are clipped. | |
height |
|
The height of the pane in pixels. | |
margin |
|
|
The margin of the pane. A numeric value sets all margins. |
name |
|
The unique name of the pane. | |
padding |
|
|
The padding of the pane. A numeric value sets all paddings. |
title |
|
The title configuration of the pane.
To display the title, set the |
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. ts
| ||||||
|