PlotAreaComponent
Component
Represents the Kendo UI for Angular Chart Plot Area component (see example). The plot area is the area which displays the series.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-plot-area
Inputs
background
string
Specifies the background color of the Chart plot area. Accepts a valid CSS color string, including HEX and RGB.
Default:
'white'
Specifies the margin of the plot area. A numeric value sets all margins.
Default:
5
opacity
number
Specifies the background opacity of the plot area. By default, the background is opaque.
Default:
1
Methods
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.
Parameters:changesany
An object containing the updated input fields.