IPointResampler_Old
StockSharp.Xaml.Charting.Numerics
Properties
ResamplingMode : ResamplingMode
Gets the current Resampling Mode.
Resolution : int
Gets the current resolution. This must be greater than equal to 2 and the higher the number, the larger the reduced datasets
Methods
ReducePoints(IList, int) : IList
Reduces the input points using the current ResamplingMode and Resolution
- inputPoints
- viewportWidth
ReducePoints(IList, IndexRange, int) : IList
Reduces the input points using the current ResamplingMode and Resolution
- inputPoints
- pointIndices
- viewportWidth
RequiresReduction(IndexRange, int) : bool
Returns true if a dataset with the specified index range requires point reduction on the given viewport size
- pointIndices
- viewportWidth
WithMode(ResamplingMode) : IPointResampler_Old
Sets a new ResamplingMode on the IPointsResampler
- newMode