Very slow Smoothing function
Posted: Fri May 04, 2007 11:49 am
Hi !
I did some tests with the smoothing function because we need it for curve smoothing.
What I tested was the following:
Is this a bug? I can´t imagine why it takes such a long time to calculate a smooth (interpolated) line.
Any hints?
I did some tests with the smoothing function because we need it for curve smoothing.
What I tested was the following:
If you click the apply button as the last step, TeeChart takes a really long time for calculation. The problem gets bigger if you increase the random values to 10000. The application will hang for a long time.- new application
- add TeeChart component
- add 2 FastLine Series to the Chart
- Series -> Data Source
> set Series1 to Random (1000 values)
> set Series2 to Function -> Smoothing (Series: Series1)
> click Apply
Is this a bug? I can´t imagine why it takes such a long time to calculate a smooth (interpolated) line.
Any hints?