IHlcDataSeries

StockSharp.Xaml.Charting.Model.DataSeries

Defines the interface to a High-Low-Close DataSeries, which contains columns of X-Values and Y-Values, High-Values and Low-Values

Implements: IDataSeries, ISuspendable

Properties

HighValues : IList

Gets the High Values of this DataSeries as a List of IComparable

LowValues : IList

Gets the Low Values of this DataSeries as a List of IComparable