From: Bas S. <ba...@sc...> - 2005-05-19 16:20:38
|
Hi, I am creating a bar chart which will only have values between -1 and 1. By default the scale of the Y axis is 4 points in increments of 1, so you can imagine what a value of 0.2 looks like... I did see I can extend ScaleCalculator, but I cannot find anywhere to attach this to my chart. What can I do to make the y axis run between 0 and 1 with .2 increments? Cheers, Bas. |