IsActive: Boolean;
The IsActive property determines whether the column is active.
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:
true. Column is active.
false. Column is not active.
The proeprty use is given in the example for RatingChart.DataColumns.
See also: