PaneDefaultsComponent
Component
Represents the default options for all Chart panes (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-pane-defaults
Syntax:
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>
Inputs
background
string
Specifies the background color of the pane.
clip
boolean
Determines whether the pane clips its content.
height
number
Specifies the height of the pane.
Specifies the padding of the pane. A numeric value sets all paddings.
Default:
0
Specifies the title configuration of the pane.
Methods
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.
Parameters:changesany
An object containing the updated input fields.