OhlcDataPoint
Class
A High-Low-Open-Close data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class OhlcDataPoint : HlcDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseHlcDataPointOhlcDataPoint...
Implements:
Inherited Members
Constructors
Initializes a new instance of the OhlcDataPoint class.
C#
public OhlcDataPoint()
Properties
Gets a value indicating whether this instance is falling (Bearish).
C#
[Browsable(false)]
public bool IsFalling { get; }
Gets a value indicating whether this instance is rising (Bullish).
C#
[Browsable(false)]
public bool IsRising { get; }