Bottom Axis pixel positions
Posted: Tue Oct 26, 2010 6:55 am
Greetings,
I have a bottom axis that only stretches 97% across the screen to allow a small buffer at the rigth hand side.
I can find the pixel coord of the left hand side thus - int start = StockChart.Axes.Bottom.IStartPos
however - int end = StockChart.Axes.Bottom.IEndPos returns the position at 97% across ...
I need to draw a line from the axis start to the axis end (including the 3% empty space)
How can I find the the pixel 'x' position where the rigth hand axes are drawn.
Cheers Phil.
I have a bottom axis that only stretches 97% across the screen to allow a small buffer at the rigth hand side.
I can find the pixel coord of the left hand side thus - int start = StockChart.Axes.Bottom.IStartPos
however - int end = StockChart.Axes.Bottom.IEndPos returns the position at 97% across ...
I need to draw a line from the axis start to the axis end (including the 3% empty space)
How can I find the the pixel 'x' position where the rigth hand axes are drawn.
Cheers Phil.