vcl-cxgriddbchartview-d1d525aa.md
A data-aware grid chart View.
TcxGridDBChartView = class(
TcxGridChartView
)
TcxGridDBChartView is a 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.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxControlChildComponent TcxCustomGridView TcxGridChartView TcxGridDBChartView
See Also