First and Last Label sometimes Missing on Y-Axis

TeeChart for ActiveX, COM and ASP
Post Reply
nbp
Newbie
Newbie
Posts: 24
Joined: Tue Apr 28, 2015 12:00 am

First and Last Label sometimes Missing on Y-Axis

Post by nbp » Tue Nov 03, 2015 4:48 pm

I have seen this issue occasionally. When I set Axis Scale (Minimum, Maximum,Increment) manually sometimes the first and last label on the Vertical axis is missing. Is this a known bug? We are using TChart Pro v2015 ActiveX, C++ interface.

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

Re: First and Last Label sometimes Missing on Y-Axis

Post by Yeray » Wed Nov 04, 2015 9:12 am

Hello,

This could be due the rounding from axis values to screen pixels when the axis min/max is very close to a series value.
You could add some offset to the min/max in the axis to avoid that.
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