Skip to main content

DataPointCollection.Remove(DataPoint) Method

Removes the specified data label from the collection.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Remove(
    DataPoint dataPoint
)

Parameters

Name Type Description
dataPoint DataPoint

A DataLabel object to remove.

Returns

Type Description
Boolean

true, if the collection contained the specified item and the item is successfully removed; otherwise, false.

See Also