IHlcDataSeries

StockSharp.Xaml.Charting.Model.DataSeries

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

Implements: IDataSeries<T, T>, IDataSeries, ISuspendable, IHlcDataSeries

Properties

HighValues : IList<T>

Gets the High Values of this DataSeries, if the data is OHLC

LowValues : IList<T>

Gets the Low Values of this DataSeries, if the data is OHLC