Skip to main content

TrendLine.ExtrapolateToInfinity Property

Specifies whether the Trend Line is extrapolated to infinity.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
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