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
public IList HighValues { get; }
value = iHlcDataSeries.HighValues
Gets the High Values of this DataSeries as a List of IComparable
LowValues
public IList LowValues { get; }
value = iHlcDataSeries.LowValues
Gets the Low Values of this DataSeries as a List of IComparable