Skip to main content

TcxGridDBChartView.FindSeriesByFieldName(string) Method

Searches for a series linked to a specified dataset field.

Declaration

function FindSeriesByFieldName(const AFieldName: string): TcxGridDBChartSeries;

Parameters

Name Type
AFieldName string

Returns

Type
TcxGridDBChartSeries

Remarks

This function returns a series whose DataBinding.FieldName property’s value is equal to the AFieldName parameter’s value. If no series is found, nil is returned.

See Also