ClassOhlcDataPoint
Class
A High-Low-Open-Close data point.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class OhlcDataPoint : HlcDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseHlcDataPointOhlcDataPoint
Implements:
Inherited Members
Constructors
OhlcDataPoint()
Initializes a new instance of the OhlcDataPoint class.
Declaration
cs-api-definition
public OhlcDataPoint()
OhlcDataPoint(double, double, double, double, object)
Initializes a new instance of the OhlcDataPoint class.