ChartAreaProps
Represents the props of the KendoReact ChartArea component (see example).
background?
string
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?
number
The height of the Chart area.
margin?
Margin | number
The margin of the Chart area. A numeric value sets all margins.
opacity?
number
The background opacity of the Chart area. By default, the background is opaque.
width?
number
The width of the Chart area.