DataLabelCollection.Remove(DataLabel) Method
In This Article
Removes the specified data label from the collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
Data |
A Data |
#Returns
Type | Description |
---|---|
Boolean | true, if the collection contained the specified item and the item is successfully removed; otherwise, false. |
See Also