Hello all,
I am trying to draw vertical lines between two points on two different lines where each point is plotted. The end result should look something like the graphic below. I have tried to onPaint event and FillSceneGraph event (which I don't fully understand) but I am finding it hard to actually find the location of the point on the screen.
Any and all help is appreciated!
Hello,
Maybe one possible approach to achieve the desired behavior is by using the FillSceneGraph event. I made small sample that shows this approach. Please take a look at the attached sample for more details. Please let me know if you have any questions.
Regards
Thanks for the reply!
However, I am getting a stack overflow exception that is breaking on my Line1 property in my ChartLineObject class. This view is being called from a context menu on my main form.
Thanks!
I`m not able to reproduce this error. Could you please tell me what is your current version and do you have any installed service release and which one. Could you please modify my sample to reproduce your issue and revert it back to me. I`ll be glad to research this issue for you. Please let me know if you have any questions.