Category Axis Labels Vertical Display

V

Vijay

I am unable to change the orientation of the labels on
category axis in OWC chart 9.0. But the same can be done
in chart 10.0. Could any one tell me how to achieve this
in 9.0. Basically i am getting all my names in horizontal
fashion. So if there are no. of records to be displayed
all of these are merging, so i need to display them in
vertical fashion (downwards).

Thanks in Advance
Vijay
 
V

Vijay

set ch = ChartSpace1.Constants

ChartSpace1.Charts(0).Axes(0).Orientation =
ch.chLabelOrientationUpward

it can be
chLabelOrientationUpward/chLabelOrientationdownward/chLabel
OrientationAutomatic
 
J

Jim Hubbard

Thanks Vijay!

Vijay said:
set ch = ChartSpace1.Constants

ChartSpace1.Charts(0).Axes(0).Orientation =
ch.chLabelOrientationUpward

it can be
chLabelOrientationUpward/chLabelOrientationdownward/chLabel
OrientationAutomatic
 
T

Thao Moua [ms]

Sorry. OWC9 does not support text orientation.

Thao Moua
OWC Webchart Support
 

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