New to Kendo UI for AngularStart a free 30-day trial

PlotAreaComponent

Represents the Kendo UI for Angular Chart Plot Area component (see example). The plot area is the area which displays the series.

Selector

kendo-chart-plot-area

Inputs

NameTypeDefaultDescription

background

string

'white'

Specifies the background color of the Chart plot area. Accepts a valid CSS color string, including HEX and RGB.

border

Border

Specifies the border configuration of the plot area.

margin

number | Margin

5

Specifies the margin of the plot area. A numeric value sets all margins.

opacity

number

1

Specifies the background opacity of the plot area. By default, the background is opaque.

padding

number | Padding

5

Specifies the padding of the plot area. A numeric value sets all paddings. Use proportional padding for the Pie, Donut, Radar, and Polar Charts based on the Chart size.

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
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support