Skip to main content
A newer version of this page is available. .

TcxGridChartController Class

A View controller for a Chart View.

Declaration

TcxGridChartController = class(
    TcxCustomGridController
)

Remarks

In addition to the settings inherited from the base TcxCustomGridController class, the TcxGridChartController class introduces members that allow you to:

The functionality of the TcxGridChartController class can be accessed via the View’s Controller property.

See Also