LegendEntryCollection.Remove(LegendEntry) Method
Removes the specified legend entry from the collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
entry | LegendEntry | A LegendEntry object to remove. |
Returns
Type | Description |
---|---|
Boolean | true, if the collection contained the specified entry and the entry is successfully removed; otherwise, false. |
See Also