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

TcxGridDBChartDataController Class

A data controller which manages and supplies the data in a TDataSet.

#Declaration

Delphi

#Remarks

This class provides data from a TDataSet to a data-aware Chart View. A data controller enables you to perform a set of operations on the data (managing, addressing and setting options for sorting the data which correspond to the View items, i.e. categories and series). You can use the View’s DataController property to get direct access to the data displayed by this View. However, it’s recommended that you use the View’s Categories, Series or ViewData properties for these purposes since they provide a more convenient way in which to manage the data associated with the View.

#Inheritance

See Also