If I turn on rounding on an axis minimum (say), is there a way to get the actual rounded minimum value used to draw the chart?
If not, I'll have to do my own rounding which is a bit of a pain.
How to Get Axis Rounded Value?
Hi Steve,
You could do as follows to calculate the minimum value drawn for the left axis:
You could do as follows to calculate the minimum value drawn for the left axis:
Code: Select all
TChart1.Axis.Left.CalcPosPoint(TChart1.Axis.Left.IEndPos)
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |