Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFTrendlineType

    Represents the SFChartTrendline type.

    Inheritance
    System.Object
    SFTrendlineType
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class SFTrendlineType : Enum

    Fields

    Exponential

    Renders Exponential SFChartTrendline

    Declaration
    public const SFTrendlineType Exponential
    Field Value
    Type Description
    SFTrendlineType

    Linear

    Renders linear SFChartTrendline

    Declaration
    public const SFTrendlineType Linear
    Field Value
    Type Description
    SFTrendlineType

    Logarithmic

    Renders Logarithmic SFChartTrendline

    Declaration
    public const SFTrendlineType Logarithmic
    Field Value
    Type Description
    SFTrendlineType

    Polynomial

    Renders Polynomial SFChartTrendline

    Declaration
    public const SFTrendlineType Polynomial
    Field Value
    Type Description
    SFTrendlineType

    Power

    Renders Power SFChartTrendline

    Declaration
    public const SFTrendlineType Power
    Field Value
    Type Description
    SFTrendlineType

    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