Skip to main content
A newer version of this page is available. .

LegendEntryCollection.Remove(LegendEntry) Method

Removes the specified legend entry from the collection.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool Remove(
    LegendEntry entry
)

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