TcxGridChartView.FindSeriesByTag(TcxTag) Method
Searches for a series which has the specified tag value.
Declaration
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