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.FindSeriesByName(string) Method

Searches for a series which has the specified name.

#Declaration

Delphi
function FindSeriesByName(const AName: string): TcxGridChartSeries;

#Parameters

Name Type
AName string

#Returns

Type
TcxGridChartSeries

#Remarks

Call the FindSeriesByName function to locate a series with the name specified by the AName parameter. The name can be assigned to a series via its Name property. This function returns the series with the specified name. If no series is found, nil is returned.

See Also