Class RangeDataPoint
A High-Low data point.
Inheritance
System.Object
RangeDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RangeDataPoint : CategoricalDataPointBase, INotifyPropertyChanged, IDataPoint
Constructors
RangeDataPoint()
Declaration
public RangeDataPoint()
Properties
High
Gets or sets the high value associated with the point.
Declaration
public double High { get; set; }
Property Value
System.Double
|
Low
Gets or sets the low value associated with the point.
Declaration
public double Low { get; set; }
Property Value
System.Double
|