Maximum Offset Issue

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Amol
Advanced
Posts: 176
Joined: Mon May 29, 2006 12:00 am

Maximum Offset Issue

Post by Amol » Fri Mar 27, 2009 8:04 am

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.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Fri Mar 27, 2009 10:19 am

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)
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply