TcxGridChartController.VisibleCategoryCount Property
Returns the total number of visible categories in a diagram.
Declaration
property VisibleCategoryCount: Integer read;
Property Value
Type | Description |
---|---|
Integer | The number of visible categories. |
Remarks
In a paged diagram, the value of the View’s OptionsView.CategoriesPerPage property limits the number of categories displayed in this diagram at a given time. Otherwise, all categories are visible in a diagram.
Use the View’s Categories or ViewData.Categories property to access all category values associated with the View. To access the category values that are currently visible in the View, use the View’s ViewData.VisibleCategories property. This property is a zero-based indexed collection.
Note
To display a particular category in a paged diagram, use the FirstVisibleCategoryIndex property.
See Also