Hi,
We are facing an issue that whenever we are changing the mamimum offset value for left axis then number of labels and values of label change and hence we want to retrieve those changed values which we see on the display area of t-Chart. We are attaching the required snaps of the problem which we are facing at the upload page.
Maximum Offset Issue
Hi Amol,
I'm not sure to understand why are you changing MaximumOffset and not directly your Maximum, if you are going to check the maximum in a future.
Anyway, you always can the value of the axis at its end position:
I'm not sure to understand why are you changing MaximumOffset and not directly your Maximum, if you are going to check the maximum in a future.
Anyway, you always can the value of the axis at its end position:
Code: Select all
tChart1.Axes.Left.CalcPosPoint(tChart1.Axes.Left.IEndPos)
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |