TcxGridChartViewData.VisibleCategoryCount Property
Returns the total number of visible categories in the parent Chart View.
Declaration
property VisibleCategoryCount: Integer read;
Property Value
Type | Description |
---|---|
Integer | The number of visible categories. |
Remarks
In a paged diagram, this property value includes categories that don’t fit into the currently displayed page.
To access a particular category value, use the VisibleCategories collection.
See Also