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

ChartCalculatedFieldCollection.Remove(ChartCalculatedField) Method

Removes the specified calculated field from the collection.

Namespace: DevExpress.XtraCharts

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