Skip to main content

ChartCalculatedFieldCollection.Remove(ChartCalculatedField) Method

Removes the specified calculated field from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.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