Realtime chart

naveenpn

Member
Licensed User
Longtime User
Hi,
I'm doing an application which has to plot some values in real time (something like an EEG graph). So the Xmin and Xmax of the graph keeps changing to always show the realtime values but the range (Xmax-Xmin) is constant. I thought it would be very easy to implement this using Chart library, but I'm struggling. The present chart library has the Xmin showing the very first value and then it keeps scaling the X axis to fit in all the entire plot. Is there any way to achieve what I'm after, if so, what should I change?
 
Top