TcxGridChartToolBox.DataLevelActiveValueDropDownCount Property
In This Article
Specifies the maximum number of possible active values displayed in a data level dropdown at a given time.
#Declaration
Delphi
property DataLevelActiveValueDropDownCount: Integer read; write; default cxGridChartDefaultDataLevelActiveValueDropDownCount;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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