New to Kendo UI for Vue? Start a free 30-day trial
ChartAreaProps
Updated on Oct 30, 2025
Represents the props of the Kendo UI for Vue ChartArea component (see example).
| Name | Type | Default | Description | 
|---|---|---|---|
| background? | 
 | The background color of the Chart area. Accepts a valid CSS color string, including hex and rgb. | |
| border? | 
 | The border of the Chart area. | |
| height? | 
 | The height of the Chart area. | |
| margin? | 
 | The margin of the Chart area. A numeric value sets all margins. | |
| opacity? | 
 | The background opacity of the Chart area. By default, the background is opaque. | |
| width? | 
 | The width of the Chart area. |