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?
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?