TrendLineModel.ExtrapolateToNegativeInfinity Property
Specifies the value of the ExtrapolateToNegativeInfinity property 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 ExtrapolateToNegativeInfinity { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also