HlcDataPoint
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class HlcDataPoint : CategoricalDataPointBase, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseHlcDataPoint...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the HlcDataPoint class.
C#
public HlcDataPoint()
Initializes a new instance of the HlcDataPoint class.
Properties
Gets or sets the close associated with the point.
C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double Close { get; set; }
Gets or sets the high associated with the point.
C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double High { get; set; }
Determines whether the data point may be plotted correctly.
C#
[Browsable(false)]
public override bool IsInPlotRange { get; }
Overrides: