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?
- Lars Moastuen asked 10 years ago
- You must login to post comments
Hi there,
I could suggest few possible ways to implement this behavior:
- Using Annotation API. You could place BoxAnnotation over desired bar so it will overlap selected bar;
- Using PalletteProvider API. You could write custom pallete provider which returns another color for selected bar and change palette provider from your modifier ( set point which need to have another color )
- Using another column series which draws only selected bar on chart. This approach is similar to approch from Custom Select and Drag a Series article.
Hope it helps!
- Yura Khariton answered 10 years ago
- You must login to post comments
Please login first to submit.