TrendlineCollection.Remove(Trendline) 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 |
---|---|---|
trendline | Trendline | A Trendline 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