Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class IndicatorHlcValueDataPoint : IndicatorValueDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPointIndicatorValueDataPointIndicatorHlcValueDataPoint...
Implements:
Inherited Members
Constructors
C#
public IndicatorHlcValueDataPoint()
Properties
Gets or sets the close associated with the point.
C#
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double Close { get; set; }
Gets or sets the high associated with the point.
C#
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double High { get; set; }