Bar chart

Is there any way to keep my y axis auto ranged but only keep integer scaling?
I am showing counts and do not need fractional values displayed.

One way to achieve this would be to find out the max value in your dataset in a property change script and then set that value to a custom property. You would then need to round that number to the nearest factor of 5 and bind that to your max value, which would give you no decimal numbers. You can’t do this if you keep your y-axis auto-ranged.