alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TrendlineType

    Specifies the type of Trendline to be displayed.

    Inheritance
    System.Object
    TrendlineType
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public sealed class TrendlineType : Enum

    Fields

    Exponential

    Represents the TrendlineType as Exponential.

    Declaration
    public const TrendlineType Exponential
    Field Value
    Type
    TrendlineType

    Linear

    Represents the TrendlineType as Linear.

    Declaration
    public const TrendlineType Linear
    Field Value
    Type
    TrendlineType

    Logarithmic

    Represents the TrendlineType as Logarithmic.

    Declaration
    public const TrendlineType Logarithmic
    Field Value
    Type
    TrendlineType

    Polynomial

    Represents the TrendlineType as Polynomial.

    Declaration
    public const TrendlineType Polynomial
    Field Value
    Type
    TrendlineType

    Power

    Represents the TrendlineType as Power.

    Declaration
    public const TrendlineType Power
    Field Value
    Type
    TrendlineType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved