I have a stacked bar chart where I have the Y axis series labels set to horizontal orientation. This works okay, but the labels are being cut off because there is not enough space for them. Is there any way I can adjust the horizontal space allocated for series labels in such a chart?
Hopefully the screenshot below shows what I mean - the area with the red arrow is the one I would like to widen (looks like the image isn't being rendered - you can see it here instead: http://screencast.com/t/oucPHvrh)
Hi Kevin,
You should be able to get more space by setting the ultraChart1.Axis.Y.Extent property. This property controls how much space is allotted for the chart to draw the axis. It's in pixels, so the actual value will depend on the length of your labels.
Please let me know if you have any further questions.
Thanks Mike, that's sorted it - not sure how I missed it now you've pointed it out !