Back to Devexpress

TrendLine.ExtrapolateToInfinity Property

wpf-devexpress-dot-xpf-dot-charts-dot-trendline.md

latest1.8 KB
Original Source

TrendLine.ExtrapolateToInfinity Property

Specifies whether the Trend Line is extrapolated to infinity.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool ExtrapolateToInfinity { get; set; }
vb
Public Property ExtrapolateToInfinity As Boolean

Property Value

TypeDescription
Boolean

true if the Trend Line is extrapolated to infinity; otherwise, false.

|

Remarks

The following images demonstrate the effect of the ExtrapolateToInfinity property.

ExtrapolateToInfinity = falseExtrapolateToInfinity = true

Set the ExtrapolateToNegativeInfinity property to true to extrapolate the Trend Line to negative infinity.

Refer to the following topic for more information: Trend Lines.

See Also

TrendLine Class

TrendLine Members

DevExpress.Xpf.Charts Namespace