What if Number of Data Points is greater than number of pixels of X axis in TouchGFX Dynamic Graph ?
Hi,
I'm using the dynamic graph widget in Touchgfx. I wanted to know how the data points are plotted if in case the number of data points are greater than the number of pixels available to draw data. Also what is the difference between number of data points & Visible Range(Index values ).
Iám assuming a 480x272 pixel display for the below example.
For example, Suppose I have ADC data sampled @ 250Hz and I want to show 5 seconds of ADC data i.e. (250*5 = 1250) samples to be shown among 480 pixels(horizontal pixels). So If I divide 480 by 1250 ,it comes out to 0.384 pixel resolution per data point. So does that mean every 3rd data point will be shown on the Display because (3*0.384) comes out to be an integer value?
Kindly help me understanding this part.
