Rotate Data Labels in a Bar Chart

P

Peter Moessinger

Hi

Is it possible to rotate the data labels in a bar chart. Not the axis
labels, I'm able to rotate them, I mean the labels above each bar.
I'm working with owc10 (and I'm coding in C#)

tia for any hint
Peter
 
A

Alvin Bruney [MVP]

It is not possible to rotate text like this out of the box. Alternatively,
if you really wanted to and didn't mind the hassle, you could use custom
drawing to write into a div tag and set the rtl property of the div tag to
the orientation you want. I recommend you don't because your chart becomes
difficult to read when you disorient the text in that way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top