Skip to Content
0
Former Member
Apr 29, 2009 at 08:03 AM

How can I limit the ticks on Bar Chart?

48 Views

Hi:

I created a bar chart which shows the frequency counts vs. month. For example, on Jan, the counts is 1 and on Feb, the counts is 4, etc.

Well, every thing works fine except the ticks lables on Y axis. Say on Jan, the count is 1. then the ticks on Y is 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2. Since the counts are all integer, decimal values are meaningless.

I tried to adjust the Y Axis frequency to 5. Then it's Ok when the count is 1 but it show 2.5 when the count is 4. So I am wondering whether there is a way to limit the tick interval? Say "the minimum interval on Y Axis is 1"?

Thanks