TcxGridChartView.FindSeriesByName(string) Method
In This Article
Searches for a series which has the specified name.
#Declaration
Delphi
function FindSeriesByName(const AName: string): TcxGridChartSeries;
#Parameters
Name | Type |
---|---|
AName | string |
#Returns
Type |
---|
Tcx |
#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