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
public IList<TY> HighValues { get; }
value = iHlcDataSeries.HighValues
Gets the High Values of this DataSeries, if the data is OHLC
LowValues
public IList<TY> LowValues { get; }
value = iHlcDataSeries.LowValues
Gets the Low Values of this DataSeries, if the data is OHLC