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.

プロパティ

Count : int

Gets the number of IPoint points that this series contains

Item : IPoint

Gets the IPoint at the specified index.

index
The index.

メソッド

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

戻り値: A DoubleRange defining the min, max in the Y-direction