ChartAreaComponent
Represents the Kendo UI for Angular Chart Area configuration. Represents the entire visible area of the Chart (see example).
<kendo-chart>
 <kendo-chart-area background="#f0f0f0" [border]="{ color: '#ccc', width: 1 }">
 </kendo-chart-area>
</kendo-chart>Selector
kendo-chart-area
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| background | 
 | 
 | Specifies the background color of the Chart area. Accepts a valid CSS color string, including hex and rgb. | 
| border | 
 | Specifies the border configuration of the Chart area. | |
| height | 
 | 
 | Specifies the height of the Chart area. | 
| margin | 
 | 
 | Specifies the margin of the Chart area. A numeric value sets all margins. | 
| opacity | 
 | 
 | Specifies the background opacity of the Chart area. By default, the background is opaque. | 
| width | 
 | 
 | Specifies the width of the Chart area. | 
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  | ||||||
| 
 |