Skip to main content
All docs
V25.1
  • ChartCalculatedFieldCollection.Contains(ChartCalculatedField) Method

    Determines whether the collection contains the specified calculated field.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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