jon_c04 Posted November 1, 2007 Report Share Posted November 1, 2007 Hello, Recently I got an error in one of my real time line charts when it reached close to 17,000,000 points. Is there a limit to how many points can be put in a chart or is this error unrelated to the limits of chartfx? im using chartfx winforms for visual studio 2005 Thanks, Jon Quote Link to comment Share on other sites More sharing options...
maximop Posted November 1, 2007 Report Share Posted November 1, 2007 There is no limit as to how many data points you can plot with ChartFX; however, performance issues may arise depending on what kind of machine the application is being run on. You need to keep in mind that you're not only passing 17,000,000 data points to the chart but the chart has to repaint itself and recalculate the scales whenever you pass a data point to it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.