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

TcxGridDBChartDataGroup Class

A data group in a data-aware Chart View.

#Declaration

Delphi
TcxGridDBChartDataGroup = class(
    TcxGridChartDataGroup
)

#Remarks

In addition to the settings inherited from the base TcxGridChartDataGroup class, the TcxGridDBChartDataGroup class introduces the DataBinding property that allows you to bind a data group to a specific data field in a dataset.

To access all data groups created in a data-aware Chart View, use the View’s DataGroups collection.

See Also