Skip to main content

TcxGridChartViewData.VisibleCategoryCount Property

Determines the total number of categories into which chart values are arranged in a chart.

Declaration

property VisibleCategoryCount: Integer read;

Property Value

Type
Integer

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 zero-based indexed collection.

See Also