Skip to main content

TcxGridChartController.FirstVisibleCategoryIndex Property

Specifies the index of the first visible category in a paged diagram.

Declaration

property FirstVisibleCategoryIndex: Integer read; write;

Property Value

Type Description
Integer

The index of the first visible category in a paged diagram.

Remarks

The specified category will become either the first visible category or will simply be scrolled into a View. In the latter instance, the FirstVisibleCategoryIndex property will return the index of the first visible category.

The result of specifying this property depends upon the following settings:

After the first visible category has been changed, the View’s OnFirstVisibleCategoryIndex event occurs.

See Also