ChartCalculatedFieldCollection.Remove(ChartCalculatedField) Method
Removes the specified calculated field from the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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