Skip to main content
All docs
V23.2

SubtotalDataPointCollection.Remove(Int32) Method

Removes the specified data point from the collection.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Remove(
    int item
)

Parameters

Name Type Description
item Int32

The zero-based position of the target data point within the series.

Returns

Type Description
Boolean

true if the data point is found and successfully removed; otherwise, false.

See Also