Pre loader

Performance FastLineRenderableSeries vs. LineRenderableSeriesViewModel

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

I am considering applying server-side licensing for my javerScript application.

In the document below, there is a phrase “Our server-side licensing component is written in C++.”
(https://support.scichart.com/index.php?/Knowledgebase/Article/View/17256/42/)

However, there is only asp.net sample code on the provided github.
(https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-dotnet-server-licensing)

I wonder if there is a sample code implemented in C++ for server-side licensing.

Can you provide c++ sample code?
Also, are there any examples to run on Ubuntu?

Version
5.4
  • You must to post comments
0
0

Hi Ben,

We have up to 500 series with about 2000 points each. So I will go with the FastLineRenderableSeries. Thank you!

OK sounds like a good plan. Note that SciChart is able to handle this, we test for it specifically.

Have a look at this example https://www.scichart.com/example/wpf-chart-example-load-500-series-x-500-points/

Also, our new rendering engine (https://www.scichart.com/scichart-wpf-v6-the-worlds-fastest-wpf-charts) will help you a lot in this case. One of the test cases loads 1,000 series by 1,000 points and tests SciChart WPF v5 vs. v6

enter image description here

As you can see there’s a pretty big performance improvement for this case with the new rendering engine.

Best regards,
Andrew

  • You must to post comments
0
0

Hi Benjamin

For drawing, there will be no discernible difference between MVVM series and code-created series.

The only performance difference is during creation. MVVM series are slightly slower to create / instantiate. The difference is only noticeable when you have 100s or 1000s of series, so for most applications, ‘no discernible difference’.

Best regards,
Andrew

  • Benjamin Brückner
    We have up to 500 series with about 2000 points each. So I will go with the FastLineRenderableSeries. Thank you!
  • You must to post comments
Showing 2 results
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