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

    Gets or sets the trend line for this bubble 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 options.

    Remarks

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

    See Also