TrendLineModel.ExtrapolateToInfinity Property
Gets or sets the value of the TrendLine.ExtrapolateToInfinity within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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