Skip to main content
A newer version of this page is available. .

ChartCalculatedFieldCollection.Contains(ChartCalculatedField) Method

Determines whether the collection contains the specified calculated field.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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