Namespace com.scichart.data.numerics.pointresamplers
Classes
NativePointResamplerFactory
Defines a com.scichart.data.numerics.pointresamplers.IPointResamplerFactory which uses native C++ code for resampling data.
PointResamplerUtil
Defines helper methods which are used by IPointResampler
Interfaces
IPointResampler<TX,TY>
Provides the interface to a PointResampler - an algorithm which is able to reduce the number of data-points in a series for rendering fast, while maintaining visual accuracy of the series.
IPointResamplerFactory
A Factory class to get PointResamplers, which are used to reduce datasets to minimal sets for efficient on-screen rendering.