Class RangeDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RangeDataPoint : CategoricalDataPointBase, INotifyPropertyChanged
Constructors
RangeDataPoint()
Declaration
public RangeDataPoint()
Properties
High
Declaration
public double High { get; set; }
Property Value
System.
|
Low
Declaration
public double Low { get; set; }
Property Value
System.
|