TrendlineType Enum
Definition
Specifies the type of trendline to render.
public enum TrendlineType
Fields
| Name | Description |
|---|---|
| Exponential | An exponential trendline is a curved line that is most useful when data values rise or fall at increasingly higher rates. |
| Linear | A linear trendline is a best fit straight line that is used with simpler data sets. |
| Logarithmic | A logarithmic trendline is a best-fit curved line that is most useful when the rate of change in the data increases or decreases quickly and then levels out. |
| MovingAverage | A moving average trendline smooths out fluctuations in data to show a pattern or trend more clearly. |
| Polynomial | A polynomial trendline is a curved line that is used when data fluctuates. |
| Power | A power trendline is a curved line that is best used with data sets that compare measurements that increase at a specific rate. |
Exponential Field
An exponential trendline is a curved line that is most useful when data values rise or fall at increasingly higher rates.
public Avalonia.Controls.Charts.TrendlineType Exponential
Linear Field
A linear trendline is a best fit straight line that is used with simpler data sets.
public Avalonia.Controls.Charts.TrendlineType Linear
Logarithmic Field
A logarithmic trendline is a best-fit curved line that is most useful when the rate of change in the data increases or decreases quickly and then levels out.
public Avalonia.Controls.Charts.TrendlineType Logarithmic
MovingAverage Field
A moving average trendline smooths out fluctuations in data to show a pattern or trend more clearly.
public Avalonia.Controls.Charts.TrendlineType MovingAverage
Polynomial Field
A polynomial trendline is a curved line that is used when data fluctuates.
public Avalonia.Controls.Charts.TrendlineType Polynomial
Power Field
A power trendline is a curved line that is best used with data sets that compare measurements that increase at a specific rate.
public Avalonia.Controls.Charts.TrendlineType Power