Skip to main content

TrendlineCollection.Remove(Trendline) Method

Removes the specified legend entry from the collection.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Remove(
    Trendline trendline
)

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