I am using a column chart to display my histogram data. I need to put some vertical lines ontop of the chart to show data limits.
I tried doing this with a combination line-column chart, but I couldn't figure out how to add the vertical lines. I also tried adding a line shape object, but I don't know how to place the line at the right places.
ActiveChart.Shapes.AddLine takes it's arguments in points and the x axis range changes from chart to chart. Help please.
I tried doing this with a combination line-column chart, but I couldn't figure out how to add the vertical lines. I also tried adding a line shape object, but I don't know how to place the line at the right places.
ActiveChart.Shapes.AddLine takes it's arguments in points and the x axis range changes from chart to chart. Help please.