Class LogarithmicTrendline
Represents a logarithmic trendline that calculates and displays a logarithmic regression curve. The logarithmic trendline follows the formula: y = a × ln(x) + b, where a and b are calculated coefficients.
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class LogarithmicTrendline : ChartTrendline, ITooltipDependent, IMarkerDependent, ICartesianLegendDependent
Constructors
LogarithmicTrendline()
Declaration
public LogarithmicTrendline()