Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataLabelCollection.Remove(DataLabel) Method

Removes the specified data label from the collection.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool Remove(
    DataLabel dataLabel
)

Parameters

Name Type Description
dataLabel DataLabel

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