SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hello, I am a new developer who continues to develop scichart. In the currentPoint (or its name may be different) created after clicking in the developed application, the changes made on the graphic (changing the data, changing the graphic type, zooming in or out of the graphic, etc.), leaving these points where they are, breaks the graphic. In these cases, I need to either remove the point or make it move with the graph. how can I do that? I am developing with java. I uploaded the problem I encountered as a gif, you can understand it more clearly when you watch it.
Hi there,
I’m not sure that I fully understand your requirements. If you want to place some UI element relative to your data instead of relative to pixel coordinates on screen, then I would suggest to use Annotation API. It allows to specify position of UI elements using data values ( X1/Y1/X2/Y2 properties depending on annotation type ), and as result when you scroll or zoom chart it stays at data point that you specified.
Is this suitable for your needs?
Best regards,
Yura
Please login first to submit.