Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridDBChartView Class

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

#Declaration

Delphi
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