RatingChartColumn.IsActive

Syntax

IsActive: Boolean;

Description

The IsActive property determines whether the column is active.

Comments

Use JSON or the setIsActive method to set the property value, and the getIsActive method to get the property value.

The column is considered active if it is used to sort data series of rating chart.

Available values:

Example

The proeprty use is given in the example for RatingChart.DataColumns.

See also:

RatingChartColumn