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

TrendLine.ExtrapolateToInfinity Property

Specifies whether the Trend Line is extrapolated to infinity.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public bool ExtrapolateToInfinity { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The following images demonstrate the use of the ExtrapolateToInfinity property.

ExtrapolateToInfinity = false ExtrapolateToInfinity = true
ExtrapolateToInfinity_False ExtrapolateToInfinity_True

For more information, see Trend Lines.

See Also