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

TrendLine Class

Represents an individual Trend Line.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public class TrendLine :
    FinancialIndicator

Remarks

Objects of the TrendLine type are contained in the IndicatorCollection returned by the XYSeries2D.Indicators property.

To create a Trend Line, it is necessary to specify FinancialIndicator.Argument1 and FinancialIndicator.ValueLevel1 properties for the first point, and FinancialIndicator.Argument2 and FinancialIndicator.ValueLevel2 properties for the second point.

To extend a Trend Line to infinity, enable its TrendLine.ExtrapolateToInfinity property.

For more information, see Trend Lines.

Implements

See Also