ClassOhlcDataPoint
Class
Defines a data point that represents a data point that can be plotted on an open-high-low-close chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class OhlcDataPoint : CategoricalDataPointBase, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeDataPointCategoricalDataPointBaseOhlcDataPoint
Implements:
Inherited Members
Constructors
OhlcDataPoint()
Initializes a new instance of the OhlcDataPoint class.
Declaration
cs-api-definition
public OhlcDataPoint()
Properties
Close
Gets or sets the close associated with the point.
High
Gets or sets the high associated with the point.
IsFalling
Gets a value indicating whether this instance is falling (Bearish).
IsRising
Gets a value indicating whether this instance is rising (Bullish).
Low
Gets or sets the low associated with the point.