Chart width in pixels
Posted: Fri Jul 23, 2004 8:16 am
Hi,
I want to know how many pixels for drawing a serie is available (serie "horizontal length" in pixels). At present I do it in this way:
With tChart1.axis
width=.Right.Position - .Left.Position
end with
But I don't like this solution. Isn't there a property for it?
Thanx
I want to know how many pixels for drawing a serie is available (serie "horizontal length" in pixels). At present I do it in this way:
With tChart1.axis
width=.Right.Position - .Left.Position
end with
But I don't like this solution. Isn't there a property for it?
Thanx