Class StochasticSlowIndicatorBase
Inheritance
System.Object
StochasticSlowIndicatorBase
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 StochasticSlowIndicatorBase : StochasticFastIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
StochasticSlowIndicatorBase()
Declaration
protected StochasticSlowIndicatorBase()
Fields
SlowingPeriodProperty
Properties
SlowingPeriod
Gets or sets the slowing period.
Declaration
public int SlowingPeriod { get; set; }
Property Value
System.Int32
The slowing period. |