Hi,
I would like to know if there is a some global variable i could change for the Max/Min Automatic value for the Axis. I need a lil gap between my Max valule and the auto max value so that way i could see better the value on the graph. I know i could have done it manually, but you guys seems to have though of everything so... its worth a try
thanks again.
Auto Max Min
Re: Auto Max Min
Hi GoToXY,
It seems you could be looking for MinimumOffset and MaximumOffset, isn't it?
It seems you could be looking for MinimumOffset and MaximumOffset, isn't it?
Code: Select all
Chart1.Axes.Left.MinimumOffset:=20;
Chart1.Axes.Left.MaximumOffset:=20;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Auto Max Min
heheh again Yeray you are the best. Thanks this is exactly what i was looking for. And on top of that, that value is in pixel so i dont have to convert anything to keep a regular offset for my Y axes.
Thanks a lot.
Thanks a lot.