New to Kendo UI for Angular? Start a free 30-day trial
PaneDefaultsComponent
Represents the default options for all Chart panes (see example).
html
<kendo-chart>
<kendo-chart-pane-defaults background="#f0f0f0" [border]="{ color: '#ccc', width: 1 }">
<kendo-chart-pane-defaults-title [visible]="true"></kendo-chart-pane-defaults-title>
</kendo-chart-pane-defaults>
</kendo-chart>
Selector
kendo-chart-pane-defaults
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the pane. | |
border |
|
Specifies the border configuration of the pane. | |
clip |
|
Determines whether the pane clips its content. | |
height |
|
Specifies the height of the pane. | |
margin |
|
|
Specifies the margin of the pane. A numeric value sets all margins. |
padding |
|
|
Specifies the padding of the pane. A numeric value sets all paddings. |
title |
|
Specifies the title configuration of the pane. |
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
| ||||||
|