Members 
HlcPointSeries Class
An internal concept - the SciChart.Data.Model.IPointSeries provides a sequence of ISeriesPoint<T> 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
Object Model
HlcPointSeries ClassDoubleRange ClassDoubleRange Class
Syntax
Inheritance Hierarchy

System.Object
   SciChart.Data.Model.PointSeriesBase
      SciChart.Data.Model.Point2DSeries
         SciChart.Charting.Model.DataSeries.HlcPointSeries
            SciChart.Charting.Model.DataSeries.OhlcPointSeries

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also