Pre loader

Real-Time chart with date/time Y-Axis

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

1
0

Hello,

I am just getting started with SciCharts and I’m hoping you can point me to a sample that might best fit what I am trying to accomplish.

Right now I have a basic application that receives data from four different sensors (data comes in at a rate of one data point per minute). I have four charts that I want to use to display the data. Ideally, I’d like the graph to show the last 2 hours worth of data, with older data scrolling off the screen. The X-Axis is just the data value, while the y-axis should show date/time, rather than time in seconds (such as in the FIFO example).
(Also, for this application I am not using MVVM, if it makes a significant difference).

Thanks for any help.

Aaron

  • You must to post comments
0
0

Hi Aaron,

We don’t actually support DateTime YAxis, but, we can do one of the following:

  1. You can have a DateTime XAxis and Numeric YAxis, but rotate the chart so XAxis is on the left/right and YAxis is on the top/bottom
  2. You can use NumericAxis on the YAxis, insert double values as DateTime.Ticks, and use our LabelProvider Feature to format the YAxis values back to dates.

If you need any pointers on the above, feel free to comment below, I can update my answer.

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies