What to do when data exceeds screen resolution
Posted: Wed Jul 11, 2007 6:16 pm
I'm using TeeChart Pro 7.11 for Delphi 2007.
I use a number of fastLine series to display historical data regarding the signal quality of some wireless equipment. I run into a problem if I collect enough data and set the BottomAxis.Min/Max to automatic in order to see the whole dataset. Basically, the number of X Values exceeds the resolution of my screen, so the chart may only be able to display every other point (or less!). The problem is that we're specifically looking for signal instability, which can happen very quickly. I have found a couple times where a peak in the data was obscured by the fact that not all points were displayed.
Obviously, modifying the min/max or zooming can resolve this, but I'm looking for some other solution which will allow me to quickly view the entire history, while not missing any data. Is there some way within TChart to select which point to draw if more than one are going to share a pixel? Do you have any other suggestions? I can send you some screenshots if my description is unclear.
Thanks,
Andrew
I use a number of fastLine series to display historical data regarding the signal quality of some wireless equipment. I run into a problem if I collect enough data and set the BottomAxis.Min/Max to automatic in order to see the whole dataset. Basically, the number of X Values exceeds the resolution of my screen, so the chart may only be able to display every other point (or less!). The problem is that we're specifically looking for signal instability, which can happen very quickly. I have found a couple times where a peak in the data was obscured by the fact that not all points were displayed.
Obviously, modifying the min/max or zooming can resolve this, but I'm looking for some other solution which will allow me to quickly view the entire history, while not missing any data. Is there some way within TChart to select which point to draw if more than one are going to share a pixel? Do you have any other suggestions? I can send you some screenshots if my description is unclear.
Thanks,
Andrew