Class IndicatorHlcValueDataPoint
Inheritance
System.Object
IndicatorHlcValueDataPoint
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 IndicatorHlcValueDataPoint : IndicatorValueDataPoint, IDisposable, INotifyPropertyChanged
Constructors
IndicatorHlcValueDataPoint()
Declaration
public IndicatorHlcValueDataPoint()
IndicatorHlcValueDataPoint(Int32, Int32, Int32, Object)
Declaration
public IndicatorHlcValueDataPoint(int high, int low, int close, object category)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
Close
Gets or sets the close associated with the point.
Declaration
public virtual double Close { get; set; }
Property Value
System.
|
High
Gets or sets the high associated with the point.
Declaration
public virtual double High { get; set; }
Property Value
System.
|
Low
Gets or sets the low associated with the point.
Declaration
public virtual double Low { get; set; }
Property Value
System.
|