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.FindSeriesByTag(TcxTag) Method

Searches for a series which has the specified tag value.

#Declaration

Delphi
function FindSeriesByTag(ATag: TcxTag): TcxGridChartSeries;

#Parameters

Name Type
ATag TcxTag

#Returns

Type
TcxGridChartSeries

#Remarks

Call the FindSeriesByTag function to locate a series with the tag value specified by the ATag parameter. This can be useful when creating series and accessing them at runtime. The tag value can be assigned to a series via its Tag property. This function returns the series with the specified tag value. If no series is found, nil is returned.

See Also