TcxGridChartView.FindSeriesByName(string) Method
Searches for a series which has the specified name.
Declaration
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