Hi,Is there an easy way to put a vertical line onto a plot? I am looking for something similar to ChartFX's CustomGridLine.
thanks, Jake
Yes, the easiest way to draw any arbitrary line is in the Paint event as such:
Greg
Thanks for the quick reply. I came up with an alternative solution. I added an extra series to my chart. Then I added 2 points to it to show a vertical line. This way I don't have convert chart coordinates into control coordinates.