Skip to main content

TcxGridChartView.GetDataGroupClass Method

Returns the class type associated with data groups in the View.

Declaration

function GetDataGroupClass: TcxGridChartDataGroupClass; virtual;

Returns

Type
TcxGridChartDataGroupClass

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