BoxPointSeries 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 BoxPointSeries specifically is used when resampling and rendering Box Plot points
Object Model

Syntax
public class BoxPointSeries : SciChart.Data.Model.Point2DSeries, SciChart.Data.Model.IPointSeries
Inheritance Hierarchy
System.Object
SciChart.Data.Model.PointSeriesBase
SciChart.Data.Model.Point2DSeries
SciChart.Charting.Model.DataSeries.BoxPointSeries
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