New to Kendo UI for Angular? Start a free 30-day trial
PaneDefaults
Represents the configuration options of the Chart pane defaults.
| Name | Type | Default | Description | 
|---|---|---|---|
| background? | 
 | Specifies the background color of the pane. Accepts a valid CSS color string, including HEX and RGB. | |
| border? | 
 | Specifies 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? | 
 | Specifies the height of the pane in pixels. | |
| 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.
To display the title, set the  |