Pre loader

set style in HorizontalLine and VerticalLine and Box

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?

  • You must to post comments
0
0

Hello Marcel,

Quick tips:

  1. Please, ensure whether you set HorizontalAlignment (Left by default, so line will be docked to left side), I think you need HorizontalAlignment = “Stretch”

  2. Please, check if X1,X2,Y1,Y2 properties have valid values assigned.

  3. Try to use object initializer syntax:

HorizontalLineAnnotation a = new HorizontalLineAnnotation
{
X1 = (double) b.X1 + 100,
X2 = (double) b.X2 + 100,
Y1 = (double) b.Y1 + 1,
Y2 = (double) b.Y2 + 1,
YAxisId = b.YAxisId};

Hope this will help!

Best regards,
Yuriy

  • Marcel
    Good morning Yuriy, thank you for your reply, yes it helps , I was looking for a style property and didnt realized those properties were directly in the object itself :) thank you and have a nice day
  • Yuriy Zadereckiy
    Thanks Marcel, You are welcome - we are glad to help! Best regards, Yuriy
  • You must to post comments
Showing 1 result
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