TcxGridDBChartDataGroup Class
In This Article
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.
#Inheritance
See Also