New to Kendo UI for Angular? Start a free 30-day trial
Pane
Represents the Chart pane configuration options.
| Name | Type | Default | Description | 
|---|---|---|---|
| background? | 
 | Sets the background color of the pane. Accepts a valid CSS color string, including hex and rgb. | |
| border? | 
 | Configures the border of the pane. | |
| clip? | 
 | Determines if the Charts in the pane have to be clipped. By default, all Charts except the Radar and Polar Charts are clipped. | |
| height? | 
 | Sets the height of the pane in pixels. | |
| margin? | 
 | Sets the margin of the pane. A numeric value sets all margins. | |
| name? | 
 | Sets the unique name of the pane. | |
| padding? | 
 | Sets the padding of the pane. A numeric value sets all paddings. | |
| title? | 
 | Configures the title of the pane.
To display the title, set the  |