ToPointSeriesInternal Method (BoxPlotDataSeries<TX,TY>)
Converts the default YValues to an SciChart.Data.Model.IPointSeries which is used to render XY series.
Syntax
protected override IPointSeries ToPointSeriesInternal( ResamplingParams resamplingParams, ResamplingMode resamplingMode, IPointResamplerFactory factory, IPointSeries lastPointSeries )
Parameters
- resamplingParams
- The resampling parameters
- resamplingMode
- The resampling mode to use
- factory
- The SciChart.Data.Numerics.PointResamplers.IPointResamplerFactory instance.
- lastPointSeries
- The last point series.
Return Value
A SciChart.Data.Model.IPointSeries which is used to render XY series.
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