TcxGridChartView.GetSeriesClass Method
Returns the class type associated with series in the View.
Declaration
function GetSeriesClass: TcxGridChartSeriesClass; virtual;
Returns
Type |
---|
TcxGridChartSeriesClass |
Remarks
By default, this function returns TcxGridChartSeries. 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