I was wondering if a TChart component can be used for real time chart display which is updating every second. I am making an app which monitors incoming and outgoing data every second and shows a real time chart of bytes sent and received.
If possible which Series should I use..?
These are the preferred functions.
Any given time last 60 seconds of data is to be visible.
It should scroll as time goes by showing last 60 seconds only.
Time is on X Axis and Bytes sent and received are on Y axis.
What properties should I set for the chart and/or seried to make above happening..?
Any help would be appreciated.
Cheers
