SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi,
Can you please tell me how to change selection points of annotation?
Thanks in advance.
Regards,
Batyr
Hi Batyr,
I’m not 100% sure what you mean by changing selection points, I’m assuming you want to change shape of resizing grips ( that semitransparent circles on the edge of annotations, that allow to resize it ). To customize it you can set custom ResizingGrip implementation on annotation instance. If you just want to change color or size you just need to pass them into constructor of EllipseResizingGrip. For custom shape you’ll need to reimplement IResizingGrip interface and render custom shape on Canvas at specified point and provide code to check if specified point hits ( is inside ) your custom shape
Hope this will help you!
Best regards,
Yura
Please login first to submit.