RangeDataPoint
Class
A High-Low data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class RangeDataPoint : CategoricalDataPointBase, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseRangeDataPoint...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RangeDataPoint class.
C#
public RangeDataPoint()
Initializes a new instance of the RangeDataPoint class.
Initializes a new instance of the RangeDataPoint class.
Properties
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#
public override bool IsInPlotRange { get; }
Overrides: