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