I've got a chart with a linear y-axis from 0 - 25 with numeric lables at 0, 10, and 20. These lables are generated by the program. I'm happy with this, but want to add another label '5' at the number '5' position using the same font/sytle as the rest of the axis lable. Is there a way to achieve this easily? Or do I have to create a chart text and place it accordingly?
There is no way to add arbitrary labels to a StandardAxisLabels object. The best way to add your label is to use a separate ChartText, or NumericLabel, object. You will be able to position the label using the same coordinate system as the axis is defined in.