Page 1 of 1

Maximum Offset Issue

Posted: Fri Mar 27, 2009 8:04 am
by 9641422
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.

Posted: Fri Mar 27, 2009 10:19 am
by yeray
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:

Code: Select all

 tChart1.Axes.Left.CalcPosPoint(tChart1.Axes.Left.IEndPos)