New to Kendo UI for Angular? Start a free 30-day trial

ChartAreaComponent

The configuration options of the Chart area. Represents the entire visible area of the Chart (see example).

Selector

kendo-chart-area

Inputs

NameTypeDefaultDescription

background

string

'white'

The background color of the Chart area. Accepts a valid CSS color string, including hex and rgb.

border

Border

The border of the Chart area.

height

number

400

The height of the Chart area.

margin

number | Margin

5

The margin of the Chart area. A numeric value sets all margins.

opacity

number

1

The background opacity of the Chart area. By default, the background is opaque.

width

number

600

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.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?