TcxGridChartCategories.VisibleValueCount Property
Returns the total number of category values displayed in a Chart View.
Declaration
property VisibleValueCount: Integer read;
Property Value
Type | Description |
---|---|
Integer | The number of visible category values. |
Remarks
Use the VisibleValueCount
property to identify the number of items accessible through the VisibleValues property.
See Also