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

TrendLineModel.ExtrapolateToInfinity Property

Gets or sets the value of the TrendLine.ExtrapolateToInfinity within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also