Skip to main content

ChartCalculatedFieldCollection.Contains(ChartCalculatedField) Method

Determines whether the collection contains the specified calculated field.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    ChartCalculatedField calculatedField
)

Parameters

Name Type Description
calculatedField ChartCalculatedField

A calculated field to be searched.

Returns

Type Description
Boolean

true if the collection contains the specified calculated field; otherwise, false.

See Also