c# "REAL" Time Charts Tutorial

c# "REAL" Time Charts Tutorial

DoctorExplicit

7 лет назад

142,041 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@AgusPalbenosunkaen
@AgusPalbenosunkaen - 28.07.2022 04:32

Hello,Hello, thank you for sharing this, can you make tutorials for live chart 📉 📉 flowrate/m3/h=.. /pressure (pa)=../power ()kW=...
Thank you

Ответить
@PHLANEC
@PHLANEC - 13.10.2020 19:29

Красава!

Ответить
@KusumSDas
@KusumSDas - 12.08.2020 20:48

Hi, I am having one query that I want to use marker to select specific interval of signal within chart. Is there any way through which we can select a specific time frame within the displayed signal?

Ответить
@eduardomartins6796
@eduardomartins6796 - 08.06.2020 16:10

Great video. thank you and congratulations. I am trying to read a signal from an ADC and I want to see the signal in real time in the Chart. How can I do that? I am using NI-USB 6225 from National Instruments.

Ответить
@alexchikinov6661
@alexchikinov6661 - 25.03.2020 10:15

Good day, thanks for the example.

Ответить
@onurylmaz2781
@onurylmaz2781 - 19.02.2020 23:12

Thanks

Ответить
@katerose6161
@katerose6161 - 27.09.2019 11:24

I am a total beginner in C#... Thank you for this tutorial, it helped me to solve my problem very fast !!

Ответить
@anhtunguyen3172
@anhtunguyen3172 - 20.08.2019 04:30

If I add code to calculate heart rate measurement on your dispatch code, it is really effective

Ответить
@loganmanderle8572
@loganmanderle8572 - 13.08.2019 19:48

It would be a big help if you add comments as you were going or talked in the video to explain what you were doing.

Ответить
@z26402781
@z26402781 - 24.05.2019 16:34

I love u.

Ответить
@nguyenquocbao3812
@nguyenquocbao3812 - 09.12.2018 06:21

which version of visual studio did you use in this video ?

Ответить
@mathangayu1707
@mathangayu1707 - 03.12.2018 15:21

this project same how to using WPF?
And Not cpu performance DATA Analysis method

Ответить
@mutzikatzi1
@mutzikatzi1 - 14.09.2018 12:26

Wouldn't it be way more effecient to just add the new points and not clear the whole Series1 and rewrite it ?

Ответить
@osipov180
@osipov180 - 13.07.2018 20:27

Very small font.

Ответить
@johncarloguarina7482
@johncarloguarina7482 - 13.03.2018 19:53

how about in serial data real time chart sir?

Ответить
@Futterama
@Futterama - 05.02.2018 17:22

Thanks for providing this video and the solution for downloading. This shows how to get some near flicker-free update of the chart for real time data.

Ответить
@TheSklash
@TheSklash - 04.01.2018 10:53

Love it, just what I needed thx! [Thumbs Up]

Ответить
@andyreasoner5289
@andyreasoner5289 - 23.12.2017 23:27

Instead of music it would be better to explain what's going on! The quality of pictures is worst I viewed

Ответить
@GodStar
@GodStar - 12.12.2017 14:13

Thank you. This is perfect
Do you know how to reduce CPU Usage?

private double[] cpuArray = new double[600];

Thread.Sleep(50);

The software use 20% cpu

Ответить
@xerf9069
@xerf9069 - 12.05.2017 08:31

I screw up the last part at button1. My coding shows there's no reference to the last part but also no error. When i actually run it ,the button is like not responsive and graph remained blank. Can you help me on this/

Ответить
@EltheMura
@EltheMura - 08.05.2017 08:12

is there a way to use this charts on wpf? I can't find the chart control. Any comments will be greatly appreciated.

Ответить
@filippobenedetto8903
@filippobenedetto8903 - 21.04.2017 21:27

hi, thanks for this project :) I read that to speed up the display, it is better to use a FIFO buffer, would you advise me how to do it?

Ответить
@arnoldusjanssenkrismapambu8167
@arnoldusjanssenkrismapambu8167 - 20.04.2017 17:33

Hello, thank you for sharing this, it's really useful. I have a question, how to plot the data from origin and not scrolling the graphic?

Ответить
@nguyenducquocanh4341
@nguyenducquocanh4341 - 28.03.2017 18:05

Will this be fast enough to plot fast serial data from SerialPort? I am receiving data from Arduino at 115200 baud with very small delay (5 millisecond) and find its hard for the UI on PC to keep up with that rate

Ответить
@johanneskeler4867
@johanneskeler4867 - 23.01.2017 14:17

Hej, can you use lists<> instead of arrays? My intend is to change the value of the x-axis during runtime as user.
Since i'm new to c# and lists, how do you change the filling of the list with data?

Ответить
@black-tooth-thin-rook
@black-tooth-thin-rook - 18.01.2017 01:14

How about a websocket server and real time charts with html5 and javascript ?thank you

Ответить
@d1an45
@d1an45 - 09.12.2016 00:27

Is it possible to use time for the X-Axis instead of intergers?

Ответить
@karan1627
@karan1627 - 22.11.2016 09:51

It's is perfect...! can we use Serial port data for piloting graph ??

Ответить
@AngelusMortis1000
@AngelusMortis1000 - 19.11.2016 08:27

It totally works!

Ответить
@ArunaRubasinghe
@ArunaRubasinghe - 09.11.2016 06:13

Thanks, much useful

Ответить
@maxsmi97
@maxsmi97 - 07.10.2016 19:15

Hello!
Can you please share your code?
Thank you.

Ответить
@rajanverma2747
@rajanverma2747 - 15.08.2016 03:56

Thanks for sharing this meaningful information. I was looking for dynamic chart like this without including third party chart API. I searched many times everywhere but I couldn't find. On Internet having so many resource but most of them static and some of them dynamic (live) but using third party API.
Please upload many live chart, data from databases ect.

Thanks once again.

Ответить