Skip to content

The following example shows how to create a real-time chart and collect data in a separate thread.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-charts-create-real-time-chart-and-collect-data-in-separate-thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart for WinForms - Create a Real-Time Chart and Collect Data in a Separate Thread

The chart processes points that are within its viewport. In this example, points that are beyond the viewport are removed from the data source - starting from the beginning of the collection. The example uses a separate thread to accumulate data points. A new batch of data points is generated every 15 milliseconds. The chart fetches a new portion of points to visualize at a rate of ten times per second.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

The following example shows how to create a real-time chart and collect data in a separate thread.

Topics

Resources

License

Stars

Watchers

Forks