Pre loader

Basic real-time chart

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

0
0

hello, I am Japanese

I am sorry that I am not good at English.

I would like to draw a basic real-time chart

Get numbers from arduino
/arduino/analog/0

I’d like to use HttpURLConnection and get numbers as short as possible

There was something I wanted in the sample. I want to rewrite this and use it

AnimatingLineChart

I do not know where to rewrite
I am satisfied if it can be displayed with 1 line chart

I want a format that can be built

Thank you

Version
7.0
  • You must to post comments
0
0

Hi Hiromitsu,

Thanks for your inquiry.

Well first of all I would suggest you to take a look on our tutorials which show basics of SciChart API: how to reference SciChart libs, how to create a first chart, how to add interactivity etc. The Animating Line Series example which you mentioned shows more advanced case which includes creating custom RenderableSeries and I think it will be hard for you to understand the code without knowing the basics.

Regarding the using HttpURLConnection for retrieving data – in this case you’ll need to create a code which makes some request, then parses its results and adds parsed data into XyDataSeries instance which is used by line series which you want to draw on chart. Unfortunately you didn’t post any code so it’s hard to say how code should look like in your specific case but I believe it should be enough for the start.

Hope this will help you!

Best regards,
Yura

  • 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