menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TrendlineTypes - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TrendlineTypes

    Defines the type of trendlines. They are: Linear - Defines the linear trendline. Exponential - Defines the exponential trendline. Polynomial - Defines the polynomial trendline. Power - Defines the power trendline. Logarithmic - Defines the logarithmic trendline. MovingAverage - Defines the moving average trendline.

    Inheritance
    System.Object
    TrendlineTypes
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class TrendlineTypes : Enum

    Fields

    Exponential

    Declaration
    public const TrendlineTypes Exponential
    Field Value
    Type
    TrendlineTypes

    Linear

    Declaration
    public const TrendlineTypes Linear
    Field Value
    Type
    TrendlineTypes

    Logarithmic

    Declaration
    public const TrendlineTypes Logarithmic
    Field Value
    Type
    TrendlineTypes

    MovingAverage

    Declaration
    public const TrendlineTypes MovingAverage
    Field Value
    Type
    TrendlineTypes

    Polynomial

    Declaration
    public const TrendlineTypes Polynomial
    Field Value
    Type
    TrendlineTypes

    Power

    Declaration
    public const TrendlineTypes Power
    Field Value
    Type
    TrendlineTypes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved