Cannot rotate x-axis when exporting chart as gif

S

Sean Gaffney

I can't seem to rotate the x-axis on my charts when I try
to export them as gif images. However, when I code the
chart into my page as an object with the OWC chart classid
the "Orientation" property works perfectly. Here is the
code I've been using:

Dim oChart
ChartSpace1.Clear
Set oChart = ChartSpace1.Charts.Add

oChart.Axes(0).Orientation = c.chLabelOrientationUpward

Can anyone help me?
 
T

Thao Moua [ms]

What kind of error message did you get? Can I see the
code you're using that is causing the error?

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