Smoothing overview

Constructors

 ConstructorOverloaded

Public Methods

 AddPointsGets all points from Source series, performs a function operation on points and stores results in ParentSeries.
 Calculate (inherited from Function)Performs function operation on SourceSeries series.
 CalculateMany (inherited from Function)Performs function operation on list of series (SourceSeriesList).
 Clear (inherited from Function)
 Description
 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
 FactorGets or sets number of times the resulting smooth points are in quantity compared to source points.
 InterpolateWhen true, resulting smooth curves will pass exactly over source points.
 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.
 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.

See Also

Smoothing Class | Steema.TeeChart.Functions Namespace