Howto get painting area right screen coordinate
Posted: Fri Aug 07, 2009 12:36 pm
I have a chart and I whant to draw a horizontal line within chart painting area (I mean rectangle between axes) from left to right. Printing area left coordinate I can calculate as tChart1.Axes.Left.Position.
How can I get prinring area rigth coordinate?
BTW using tChart1.Axes.Right.Position returnes position even more left than tChart1.Axes.Left.Position and using tChart1.ClientRectangle.Right returnes right coordinate of whole chart but not painting area.
How can I get prinring area rigth coordinate?
BTW using tChart1.Axes.Right.Position returnes position even more left than tChart1.Axes.Left.Position and using tChart1.ClientRectangle.Right returnes right coordinate of whole chart but not painting area.