The resampling parameters
The resampling mode to use
The SciChart.Data.Numerics.PointResamplers.IPointResamplerFactory instance.
The last point series.
ToPointSeriesInternal Method (HlcDataSeries<TX,TY>)
Converts the default YValues to an SciChart.Data.Model.IPointSeries which is used to render XY series.
Syntax

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