Hello, I was wondering if there was a way to draw a horizontal bar across the graph region. I always want my graph to be divided into 5 regions vertically with a line to seperate each region? The only way I have thought to do this is to add a horizontal marker across the screen. The problem with that is that everytime my axis mins and maxes change the markers move with them since they are attached to a y-axis value. Is there another way to do this or is there a way to specify a marker position that is not dependent on the yaxis value? Thanks.
If the shape (a line object in your case) is created using one of the normalized coordinate systems (ChartObj.NORM_GRAPH_POS or ChartObj.NORM_PLOT_POS) it will not be affected by changes in the underlying physical coordinate system.