RatingChart.ActiveColumn

Syntax

ActiveColumn: PP.Ui.RatingChartDataColumn;

Description

The ActiveColumn property determines active value column of rating chart.

Comments

Use JSON or the setActiveColumn method to set the property value and the getActiveColumn method to get the property value.

The ActiveColumnIndex property is used to indicate value column that will be used to sort rating chart data series. On selecting manually its title, the value column can be active. Text of this column is shown in bold.

Example

The property use is given in the example for RatingChart.ShowSplitter.

See also:

RatingChart