Class ExponentialTrendline
Represents an exponential trendline that calculates and displays an exponential regression curve. The exponential trendline follows the formula: y = a × e^(bx), where a and b are calculated coefficients.
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class ExponentialTrendline : ChartTrendline, ITooltipDependent, IMarkerDependent, ICartesianLegendDependent
Constructors
ExponentialTrendline()
Declaration
public ExponentialTrendline()
Fields
InterceptProperty
Identifies the Intercept bindable property.
Declaration
public static readonly BindableProperty InterceptProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
Properties
Intercept
Declaration
public double Intercept { get; set; }
Property Value
| Type |
|---|
| System.Double |