TcxGridChartView.GetDataGroupClass Method
In This Article
Returns the class type associated with data groups in the View.
#Declaration
Delphi
function GetDataGroupClass: TcxGridChartDataGroupClass; virtual;
#Returns
Type |
---|
Tcx |
#Remarks
By default, this function returns TcxGridChartDataGroup. TcxGridChartView descendants (for instance, data-aware Chart Views of the TcxGridDBChartView class) override this function to return an appropriate class type for each particular View.
See Also