Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3590
Can I/Should I use the vertical crosshair to indicate current x axis position in a continuous overwritting lineseries?
posted

I am attempting to reproduce something similar to an heartbeat in a XamDataChart LineSeries. I want the line to be drawn from left to right and then when it reaches the far right to start over on the left and overwrite the line. This seems to work fine but it is dificult to tell the current position of the chart. I would like something like the vertical crosshair that tracks mouse movement but use it for the current x position of the series. Is it better to create one from scratch or to hijack the crosshair?