Class HighLowCloseCacheIndicatorBase
Inheritance
System.Object
HighLowCloseCacheIndicatorBase
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 abstract class HighLowCloseCacheIndicatorBase : HighLowCloseIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
HighLowCloseCacheIndicatorBase()
Initializes a new instance of the HighLowCloseCacheIndicatorBase class.
Declaration
public HighLowCloseCacheIndicatorBase()
Properties
Cache
Gets the cache.
Declaration
public ChartViewIndicatorCache Cache { get; }
Property Value
ChartViewIndicatorCache
The cache. |
Methods
InitializeCache()
Initializes the cache.
Declaration
public virtual void InitializeCache()