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

TcxGridChartView.FindSeriesByID(Integer) Method

Searches for a series within the View which has the specified identifier.

#Declaration

Delphi
function FindSeriesByID(AID: Integer): TcxGridChartSeries;

#Parameters

Name Type
AID Integer

#Returns

Type
TcxGridChartSeries

#Remarks

Call the FindSeriesByID function to locate a series within the View according to the identifier which is assigned to the series via the ID property. This function returns the series with the identifier specified by the AID parameter. If no series is found, nil is returned.

A data-aware Chart View has the FindSeriesByFieldName method to locate series which are connected to specific dataset fields.

See Also