Class TrixIndicator
Inheritance
System.Object
TrixIndicator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class TrixIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
TrixIndicator()
Declaration
public TrixIndicator()
Fields
currentItems
Declaration
public const byte currentItems = 0
Field Value
System.Byte
|
emaOneItems
Declaration
public const byte emaOneItems = 1
Field Value
System.Byte
|
emaThreeItems
Declaration
public const byte emaThreeItems = 3
Field Value
System.Byte
|
emaTwoItems
Declaration
public const byte emaTwoItems = 2
Field Value
System.Byte
|
Methods
GetProcessedValue(Int32)
Gets the processed value.
Declaration
public override double GetProcessedValue(int currentIndex)
Parameters
System.Int32
currentIndex
Index of the current. |
Returns
System.Double
|
Overrides
InitializeCache()
Initializes the cache.
Declaration
public override void InitializeCache()