I've got the same problem. Sometimes it just doesn't make sense to show the Axis.
Here is the list of options that I'm are currently missing (or I haven't found):
- Hide Y-Axis (Axis 0; StackedBarChart)
- Possibility to skip scale values or possibility (there is LabelSkip but I need to for the automatically calculated scale values; see http://wiki.pchart.net/doc.doc.draw.scale.html) OR
- Possibility to manually set the min and max value together with the a skip/range value (example: ("MinScaleVal"=>0,"MaxScaleVal"=>100,"Each"=>20) which would add the scale values 0, 20, 40, 60, 80, 100 to the Axis)
- With 'SCALE_MODE_ADDALL_START0' for the StackedBarChart I can start with 0 but I would like to let it stop a 100 not 105 (automatically calculated) which displayed now (see attached example image).
The above is required for the StackedBarChart (normalized to 100% or not).
Here is an example where I would like to get rid of the Label displaying the ranges (0...105) completely or at least remove most of the displayed intermediate values.
The values are normalized to 100 but I didn't add "%" to the second parameter of the normalize function...otherwise the values would be 0%, 5%, 10%, etc. with the result that the text would be printed over each other (similar but worse then for the axis value 100 and 105).
Attachment:
simple_bar_chart.png [ 29.16 KiB | Viewed 16739 times ]