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

    Gets or sets trend line settings for the stock series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TrendLine TrendLine { get; set; }

    Property Value

    Type Description
    TrendLine

    A TrendLine object that defines trend line options.

    Remarks

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

    See Also