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
public IList CloseValues { get; }
value = iOhlcDataSeries.CloseValues

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

HighValues
public IList HighValues { get; }
value = iOhlcDataSeries.HighValues

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

LowValues
public IList LowValues { get; }
value = iOhlcDataSeries.LowValues

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

OpenValues
public IList OpenValues { get; }
value = iOhlcDataSeries.OpenValues

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