Jump to content
Software FX Community

Large data sets and performance


houog

Recommended Posts

  • 2 weeks later...

Hi,

Performance of charts vary widely based on several factors such as datasources used, data size, server capabilities, data population methods, visual features, chart size and so on. It is usually related to the complexity of the chart being displayed, for example a Curve chart is much slower than a Line chart, Circle markers are slower than Squared ones.

Please note that many of the product's default settings are tailored for improving the chart's look rather than focusing on server performance. In situations where Chart FX is heavily used, these default settings may need to be configured to improve performance. In general, if server performance is of real concern you should refrain from making extensive use of the features geared towards achieving a cosmetic effect on the chart, particularly features like Borders, Transparency, Gradients, Motifs which heavily use the system graphical API as a way to improve the way charts look.

Regards,

Randy Jimenez 

Link to comment
Share on other sites

  • 6 months later...

In general more time is spent generating the visuals of the chart than processing the data, so the answer would actually depend on the structure your app uses to hold/retrieve the data, if you have your data in arrays/CLR objects we would still recommend you use binding - i.e. ItemsSource - because it will make easier to style if necessary (labels, markers, etc.)

It is preferable to use Chart.ItemsSource than Series.ItemsSource for large data sets.

JuanC

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...