Pre loader

How to use the AnnotationCreationModifier without Xaml

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

Hello again

Now, im trying to make AnnotationCreationModifier without xaml, but i cant find any event like ‘AnnotationCreated’ and couldnt find any topics/tutorials how to create it without using xaml

  • You must to post comments
0
0

Hi there,

Can you add the modifier and subscribe to it in Xaml? If you can access to AnnotationCreated event from Xaml, you can do that from code too. Here is an example:

        var modifier = new AnnotationCreationModifier();
        modifier.AnnotationCreated += OnAnnotationCreated;

Hope this helps!

Best regards,
Yuriy

  • VRueda
    Hello, I found the mistake I tryed to find it in ModifierGroup, not in AnnotationCreationModifier Thanks
  • 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