menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TrendlineTypes - API Reference

    Show / Hide Table of Contents

    Class TrendlineTypes

    Specifies the type of trendlines.

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

    Fields

    Exponential

    Defines the exponential trendline.

    Declaration
    public const TrendlineTypes Exponential
    Field Value
    Type Description
    TrendlineTypes

    Linear

    Defines the linear trendline.

    Declaration
    public const TrendlineTypes Linear
    Field Value
    Type Description
    TrendlineTypes

    Logarithmic

    Defines the logarithmic trendline.

    Declaration
    public const TrendlineTypes Logarithmic
    Field Value
    Type Description
    TrendlineTypes

    MovingAverage

    Defines the moving average trendline.

    Declaration
    public const TrendlineTypes MovingAverage
    Field Value
    Type Description
    TrendlineTypes

    Polynomial

    Defines the polynomial trendline.

    Declaration
    public const TrendlineTypes Polynomial
    Field Value
    Type Description
    TrendlineTypes

    Power

    Defines the power trendline.

    Declaration
    public const TrendlineTypes Power
    Field Value
    Type Description
    TrendlineTypes

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved