Skip to main content

TcxGridChartToolBox.DataLevelActiveValueDropDownCount Property

Specifies the maximum number of possible active values displayed in a data level dropdown at a given time.

Declaration

property DataLevelActiveValueDropDownCount: Integer read; write; default cxGridChartDefaultDataLevelActiveValueDropDownCount;

Property Value

Type Default
Integer cxGridChartDefaultDataLevelActiveValueDropDownCount

Remarks

If this property’s value equals 0, the visible part of a data level’s dropdown displays all possible active values associated with this data level.

The default value of the DataLevelActiveValueDropDownCount property is specified by the cxGridChartDefaultDataLevelActiveValueDropDownCount constant.

See Also