Skip to main content

TrendlineType Enum

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Specifies the type of trendline to render.

public enum TrendlineType

Inheritance: Enum -> TrendlineType

Fields

NameDescription
ExponentialAn exponential trendline is a curved line that is most useful when data values rise or fall at increasingly higher rates.
LinearA linear trendline is a best fit straight line that is used with simpler data sets.
LogarithmicA 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.
MovingAverageA moving average trendline smooths out fluctuations in data to show a pattern or trend more clearly.
PolynomialA polynomial trendline is a curved line that is used when data fluctuates.
PowerA 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