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

    Gets or sets trend line settings for this 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 specifies trend calculation and display options.

    Remarks

    For additional information about trend lines, refer to the following help topic: PDF Document API (New): Create a ZUGFeRD-Compliant PDF Invoices.

    See Also