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

    Removes the specified calculated field from the collection.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public void Remove(
        ChartCalculatedField calculatedField
    )

    Parameters

    Name Type Description
    calculatedField ChartCalculatedField

    A calculated field to be removed from the collection.

    Remarks

    Note when you call the Remove method, all elements removed from the collection are deleted.

    See Also