Skip to main content
All docs
V23.2

TrendLineModel.ExtrapolateToNegativeInfinity Property

Specifies the value of the ExtrapolateToNegativeInfinity property within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool ExtrapolateToNegativeInfinity { get; set; }

Property Value

Type Description
Boolean

true to extrapolate the Trend Line to negative infinity; otherwise, false.

See Also