RatingChart.update

Syntax

update(header: Boolean, values: Boolean, sizes: Boolean);

Parameters

header. Indicates whether to update header row.

values. Indicates whether to update values.

sizes. Indicates whether to update column sizes.

Description

The update method updates rating chart.

Comments

The method updates rating chart elements for which corresponding parameter is set to true.

Example

The method use is given in the example for RatingChart.IndexBrush.

See also:

RatingChart