Skip to main content

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