Class OhlcDataPoint
Inheritance
System.Object
OhlcDataPoint
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class OhlcDataPoint : CategoricalDataPointBase, INotifyPropertyChanged
Constructors
Properties
Declaration
public double Close { get; set; }
Property Value
Declaration
public double High { get; set; }
Property Value
Declaration
public bool IsFalling { get; }
Property Value
Declaration
public bool IsRising { get; }
Property Value
Declaration
public double Low { get; set; }
Property Value
Declaration
public double Open { get; set; }
Property Value
Extension Methods