HlcPointSeries
StockSharp.Xaml.Charting.Model.DataSeries
An internal concept - the IPointSeries provides a sequence of ISeriesPoint derived types, which represent resampled data immediately before rendering. The HlcPointSeries specifically is used when resampling and rendering points for Error Bars and HLC charts
继承自: GenericPointSeriesBase<HlcSeriesPoint>
构造函数
HlcPointSeries(IPointSeries, IPointSeries, IPointSeries)
Initializes a new instance of the HlcPointSeries class.
- yPoints
- The y points.
- yErrorHighPoints
- The y error high points.
- yErrorLowPoints
- The y error low points.
属性
方法
GetYRange() : DoubleRange
Gets the min, max range in the Y-Direction
返回值: A DoubleRange defining the min, max in the Y-direction