IOhlcDataSeries
StockSharp.Xaml.Charting.Model.DataSeries
Defines the interface to an OHLC DataSeries, a series containing Open, High, Low, Close data-points
Implements: IDataSeries, ISuspendable
Properties
CloseValues : IList
Gets the Close Values of this DataSeries as a List of IComparable
HighValues : IList
Gets the High Values of this DataSeries as a List of IComparable
OpenValues : IList
Gets the Open Values of this DataSeries as a List of IComparable