tcoates Posted May 11, 2017 Posted May 11, 2017 Hi, We have a couple of charts in one of the our programs. A example chart shows number of calls made for each agent. The issue is that even though I put integer values into the series var y: integer;... y := Trunc(series_data.m_y); UniBarSeries2.Add(y, series_data.m_x); the user will see 0, 0.5, 1, 1.5, etc. on the y-axis. Is there some way to make the charts only display whole (integer) numbers? Thanks. Quote
Sherzod Posted May 12, 2017 Posted May 12, 2017 Hi, Can you make a simple testcase for this ?! Best regards, Quote
tcoates Posted May 15, 2017 Author Posted May 15, 2017 Just put this on hold for the moment... Also trying out TeeCharts. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.