Pre loader

Overview chart without point gemoetry

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

Martin is right, if you bind to the same collection of IRenderableSeries then you will have one RenderableSeries with two chart parents – which is invalid and won’t work. This is because Renderableseries are framework elements and must have a single parent.

On the other hand, if you use our SeriesBinding MVVM API then you can bind to the same collection of IRenderableSeriesViewModel as SciChart instantiates RenderableSeries for each viewmodel and binds to them. Thus saving you a lot of work (one declaration of series and data).

Let me know if this helps,

Best regards,
Andrew

  • Benjamin Brückner
    Thank you for your answer :-) If I use the SeriesBinding MVVM API I can bind to the same collection of IRenderableSeriesViewModel but this solves not the problem to display the thickness or point markers only in the main surface chart and not in the overview chart or do i miss here something ?
  • You must to post comments
0
0

Hi

I was facing the same task – and found this is not possible for obvious reason:
you are accessing the same object so all changes are reflected in both charts.

I had another problem in addition to this, all my data series have different axis ranges, which makes it even more tedious.

What you can do is binding the same data series to multiple IRenderableSeries and attach this collection to overview control.
At least this is my solution to this task…

Maybe somebody can suggest a better approach..

Cheers

Martin

  • 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