Class ChartTrendlineType
Represents the ChartTrendline type.
Inheritance
System.Object
ChartTrendlineType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ChartTrendlineType : Enum
Fields
Exponential
Renders Exponential ChartTrendline
Declaration
public const ChartTrendlineType Exponential
Field Value
Type |
---|
ChartTrendlineType |
Linear
Renders linear ChartTrendline
Declaration
public const ChartTrendlineType Linear
Field Value
Type |
---|
ChartTrendlineType |
Logarithmic
Renders Logarithmic ChartTrendline
Declaration
public const ChartTrendlineType Logarithmic
Field Value
Type |
---|
ChartTrendlineType |
Polynomial
Renders Polynomial ChartTrendline
Declaration
public const ChartTrendlineType Polynomial
Field Value
Type |
---|
ChartTrendlineType |
Power
Renders Power ChartTrendline
Declaration
public const ChartTrendlineType Power
Field Value
Type |
---|
ChartTrendlineType |