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