I’ve created a chart in windows forms where the X axis has DateTime values (hh:mm:ss). I’d like to add a fixed line to the chart on a certain value – for example, have a line on the grid for X = 07:00:00. Is this possible? Can I put in multiple such lines?
Share
Thanks to Dominique, I poked around for some StripLine examples and eventually this is the code I used:
With it I produced the following graph.
You can find another (simpler) example here: Win Form Charting Question