CorrelationFunction overview

Constructors

 Constructor

Public Methods

 AddPoints (inherited from Function)Gets all points from Source series, performs a function operation and stores results in ParentSeries.
 Calculate
 CalculateMany (inherited from BaseTrend)
 CalculateTrend (inherited from BaseTrend)Calculates trendline paramaters m and b, where y=m*x+b
 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
 IncludeNulls (inherited from Function)
 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 (inherited from BaseTrend)
 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.
 TrendStyle (inherited from BaseTrend)Defines different methods for calculating trendline
 UseDecimals (inherited from BaseTrend)Gets 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.

Protected Fields

 CanUsePeriod (inherited from Function)
 dPeriod (inherited from Function)
 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 iTrendStyle (inherited from BaseTrend)
 ShowInEditor (inherited from TeeBase)
 updating (inherited from Function)

Protected Methods

 AddFunctionXY (inherited from Function)
 AddValues (inherited from Function)
 CalculateAllPoints (inherited from BaseTrend)
 CalculateByPeriod (inherited from Function)
 CalculatePeriod
 CalculateValue (inherited from Function)
 Coefficient (inherited from BaseTrend)Calculates trendline first order parameter
 Dispose (inherited from Function)
 DoCalculation (inherited from Function)
 HideSeries (inherited from Function)
 InternalSetPeriod (inherited from Function)
 PrepareSeries (inherited from Function)
 RecalculateSource (inherited from Function)
 SetBooleanProperty (inherited from TeeBase)
 SetChart (inherited from TeeBase)
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetIntegerProperty (inherited from TeeBase)
 SetStringProperty (inherited from TeeBase)
 ValueList (inherited from Function)

See Also

CorrelationFunction Class | Steema.TeeChart.Functions Namespace