GetPointResampler<TX,TY> Method (PointResamplerFactory)
Instantiates a IPointResampler instance for the combination of TX and TY.
Syntax
[Obsolete("The PointResamplerFactory is now obsolete, having been replaced with the ExtremeResamplersFactory. Using this class may result in slower or incorrect behaviour in SciChart", false)]
public IPointResampler<TX,TY> GetPointResampler<TX,TY>()
where TX: IComparable
where TY: IComparable

Type Parameters

TX
TY
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