Skip to main content
All docs
V26.1
  • AreaSeries.TrendLine Property

    Gets or sets the trend line applied to the series.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TrendLine TrendLine { get; set; }

    Property Value

    Type Description
    TrendLine

    A TrendLine object that defines trend line settings.

    Remarks

    Refer to the following help topic for additional information about trend lines: Display Series Error and Trend Indicators with DevExpress Presentation API.

    See Also