Skip to main content

TrendLineCollection.Add(TrendLine) Method

Appends the specified Trend Line to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Add(
    TrendLine trendLine
)

Parameters

Name Type Description
trendLine TrendLine

A TrendLine object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position into which a new element was inserted.

Remarks

This method adds the object to the end of the collection.

See Also