Pre loader

How can I apply LabelFormatter to AnnotationCreationModifier?

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

1
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-dev.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

Hi,

The screenshot is missed for some reason…could you re-attach it? As for the question, LabelFormatter was intended to work with axes, but you can apply it to annotation’s label too. Just use it inside a value converter for the label, like the following:

                <s:VerticalLineAnnotation VerticalAlignment="Stretch"
                                          LabelValue="{Binding X1, Converter={StaticResource FormatLabelConverter}}"
                                          ShowLabel="True" />

And in the FormatLabelConverter just pass a value into a LabelFormatter instance.

Does this make sense for you?

Best regards,
Yuriy

  • You must to post comments
4
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-dev.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?

Attachments
  • Yuriy Zadereckiy
    Hi, Glad that the issue is resolved and thank you for posting the code - I'm sure it will be useful to the others who are confronted with similar issues! :) Best regards, Yuriy
  • 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