public Int32 Reduce(DownSamplingMethod algorithm,
Double tol,
Int32 lbound,
Int32 ubound,
Series s,
Double[]& rx,
Double[]& ry,
ColorList& colors,
Color color)
Parameters
- algorithm
- Reduction algorithm
- tol
- Desicred tolerance
- lbound
- Lower bound for x,y arrays
- ubound
- Upper bound for x,y arrays
- x
- x array
- y
- y array
- rx
- x array with reduced values
- ry
- y array with reduced values
Return Value
reduced array size
See Also
DownSampling Class | DownSampling Members | Steema.TeeChart.Functions Namespace