T O P I C R E V I E W |
bechbd |
Posted - 15 Nov 2005 : 18:59:08 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. |
2 L A T E S T R E P L I E S (Newest First) |
bechbd |
Posted - 16 Nov 2005 : 11:23:05 Thanks that worked |
quinncurtis |
Posted - 16 Nov 2005 : 09:20:47 See Chapter 21. Adding Lines, Shapes, Images and Arrows to a Chart in the QCChart2D manual, QCChart2DNetManual.
http://www.quinn-curtis.com/QCChart2DNetManual.pdf
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. |