Waterfall Display
Posted: Thu Aug 13, 2009 1:53 pm
Hello,
I am using a colorgrid to plot a two dimensional fft.
The plot changes as follows:
1.) The oldest line is removed.
2.) All the lines are shifted down by one position
3.) A new line is added.
At present I achieve this as follows:
Step 1. Remove all series
Step 2 Add a scColorgrid
Step 3. Process data (remove oldest line shift down and add newest line)
Step 4. Add data to plot
step 5. Repeat from 1
This works OK but flicker occurs.
Is there a way to achieve a better result?
I have attached a sample appplication in Visual C++ Visual Studio 2008.
Regards
JB
I am using a colorgrid to plot a two dimensional fft.
The plot changes as follows:
1.) The oldest line is removed.
2.) All the lines are shifted down by one position
3.) A new line is added.
At present I achieve this as follows:
Step 1. Remove all series
Step 2 Add a scColorgrid
Step 3. Process data (remove oldest line shift down and add newest line)
Step 4. Add data to plot
step 5. Repeat from 1
This works OK but flicker occurs.
Is there a way to achieve a better result?
I have attached a sample appplication in Visual C++ Visual Studio 2008.
Regards
JB