BaseTrend overview

Constructors

 ConstructorOverloaded

Public Methods

 AddPoints (inherited from Function)Gets all points from Source series, performs a function operation and stores results in ParentSeries.
 Calculate
 CalculateMany
 CalculateTrendCalculates trendline paramaters m and b, where y=m*x+b
 Clear (inherited from Function)
 Description (inherited from Function)
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 Recalculate (inherited from Function)Performs a CheckDataSource method on ParentSeries.

Public Properties

 Chart (inherited from TeeBase)Chart associated with this object
 Period (inherited from Function)Controls how many points or X range will trigger a new point calculation.
 PeriodAlign (inherited from Function)Controls where to place function calculations inside the full period space.
 PeriodStyle (inherited from Function)Controls how the Period property is interpreted.
 RSquared
 Series (inherited from Function)Returns the TChartSeries parent of TTeeFunction.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 TrendStyleDefines different methods for calculating trendline
 UseDecimalsGets and sets whether System.Decimal is used instead of System.Double for the internal algorithms. When true, algorithms are more accurate but accept a smaller range of numbers.

See Also

BaseTrend Class | Steema.TeeChart.Functions Namespace