Hi,
I wanted my trackerball data display to be next to the mouse cursor rather than displaying at top of the tracker line. I did this by using trackBall.Margin = new Thickness(left, top, 0, 0); on mouse move of the chart. This works fine until the line starts to move towards the Y axis on either side.. Then the margin is not taken into account and it looks as if it leaves the space according to the width of the tracker data displayed. So if I have displayed long names in tracker template - then the width is more when it starts to ignore the margin from bit far off from Y axis. Can someone please help me to resolve this issue.
Thanks
Avneesh
I wanted my trackerball data display to be next to the mouse cursor rather than displaying at top of the tracker line. I did this by using trackBall.Margin = new Thickness(left, top, 0, 0); on mouse move of the chart. This works fine until the line starts to move towards the Y axis on either side.. Then the margin is not taken into account and it looks as if it leaves the space according to the width of the tracker data displayed. So if I have displayed long names in tracker template - then the width is more when it starts to ignore the margin from bit far off from Y axis. Can someone please help me to resolve this issue.
Thanks
Avneesh