Page 1 of 1

First and Last Label sometimes Missing on Y-Axis

Posted: Tue Nov 03, 2015 4:48 pm
by 16673658
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.

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

Posted: Wed Nov 04, 2015 9:12 am
by yeray
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.