Class ShortLongPeriodIndicatorBase
Inheritance
System.Object
ShortLongPeriodIndicatorBase
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 ShortLongPeriodIndicatorBase : IndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
ShortLongPeriodIndicatorBase()
Declaration
protected ShortLongPeriodIndicatorBase()
Fields
LongPeriodProperty
ShortPeriodProperty
Properties
LongPeriod
Gets or sets the long period.
Declaration
public int LongPeriod { get; set; }
Property Value
System.Int32
The long period. |
ShortPeriod
Gets or sets the short period.
Declaration
public int ShortPeriod { get; set; }
Property Value
System.Int32
The short period. |