Skip to main content
All docs
V25.1
  • TrendLineModel.ExtrapolateToNegativeInfinity Property

    Specifies the value of the ExtrapolateToNegativeInfinity property within the model.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.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