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