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