Hi,
Id like to develope a real time line chart which updates its view range as soon as new data points are outside the view range. The chart is used to show measurement values over time. So each Datapoint is a (value/timestamp) pair.
I tried to achieve this by modifying the "Stretch Margin Mode" example, but I'm stuck at multiple issues:
1. The labels on the time axis should be formatted like mm:ss:msmsms. How do I do that?
2. How do I set the range to show values from "00:00:000" to, for example "00:03:000"? I tried NRange1DD but what unit are those double values? How do I convert a time span to those range values?
3. If I add a XValue to a line chart, how do I know wether it is within the view range?
4. Can I assign multiple line charts to one y-axis?
I attached the example with my code changes (there are only a few).