Skip to main content

TcxGridDBChartView Class

A data-aware version of the View which implements data representation in the form of a chart.

Declaration

TcxGridDBChartView = class(
    TcxGridChartView
)

Remarks

TcxGridDBChartView is the data-aware version of the Chart View. It inherits all the functionality of its ancestor except for the data binding settings (for information about View functionality features see the TcxGridChartView class’s description). These settings are encapsulated in the DataController property. The DataController.DataSource property specifies a TDataSet or its descendant which manages the View’s connection to a dataset. The other settings of the data controller specify the key fields for implementing master-detail relationships and the behavior options of the data controller.

See Also