My chart currently plots a new data point once per second. Currently the chart will just scrunch and get smaller as it fills with data.
I would like to show a specific number of data points at any given time say 50 for example, And allow users to scroll back through older data points.
The first thing is how do I configure the RadCartesianChart to only show say the 50 latest samples in view?
Then allow user to scroll backwards to view older data?