I’ve seen lots of questions like that here but still can’t figure out how to work with UserControl in WPF and how can i dinamically arrange annotations on user events (lines, figures,text etc). Can you please provide links which may help to get started from scratch. Thank you!
- You must login to post comments
Hi Konstantin,
Please take a look at our annotations examples here. We provide a special modifier called AnnotationCreationModifier which allows to create annotations by clicking on a surface. Also it is possible to drag/resize an annotation by mouse.
There are several articles on annotations where you can find additional information:
https://www.scichart.com/annotations-are-easy/
https://www.scichart.com/databinding-annotations-with-mvvm/
Basically, you create an annotation, set IsEditable to “True” on it, add it to a surface and it is available for drag/resize actions after being selected.
Hope it helps!
Best regards,
Yuriy
- Guest answered 9 years ago
- last edited 9 years ago
- You must login to post comments
Please login first to submit.