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

Hereda de: GenericPointSeriesBase<HlcSeriesPoint>

Constructores

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.

Propiedades

Count : int

Gets the number of IPoint points that this series contains

Item : IPoint

Gets the IPoint at the specified index.

index
The index.

Métodos

GetYRange() : DoubleRange

Gets the min, max range in the Y-Direction

Devuelve: A DoubleRange defining the min, max in the Y-direction