Skip to main content
All docs
V26.1
  • TrendLineType Enum

    Specifies the mathematical model used to calculate the trendline.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum TrendLineType

    Members

    Name Description
    Linear

    Uses a linear trend line model.

    Logarithmic

    Uses a logarithmic trend line model.

    Exponential

    Uses an exponential trend line model.

    MovingAverage

    Uses a moving average trend line model.

    Polynomial

    Uses a polynomial trend line model.

    Power

    Uses a power trend line model.

    Related API Members

    The following properties accept/return TrendLineType values:

    See Also