Class PowerTrendline
Represents a power trendline that calculates and displays a power regression curve. The power trendline follows the formula: y = a × x^b, where a and b are calculated coefficients. This implementation follows the dart trendline.dart logic for power regression.
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class PowerTrendline : ChartTrendline, ITooltipDependent, IMarkerDependent, ICartesianLegendDependent
Constructors
PowerTrendline()
Declaration
public PowerTrendline()