Thao reply OWC10 Orientation Label

L

Lilia

Yes, but I'm using Office XP, and
set oChart = Server.CreateObject("OWC.Chart") and
version Microsoft Office XP web Components 10.0.6619.0 and
I'have msowc.dll

why marks error in:
'axis.Orientation = c.chLabelOrientationDownward

Tipo de error:
Error de Microsoft VBScript en tiempo de ejecución (0x800A01B6)
El objeto no acepta esta propiedad o método: 'c.chLabelOrientationDownward'

some idea to solve the orientation? please

thanks,
 
A

Alvin Bruney [MVP]

modify you create object to take owc10.chart instead of owc.chart.
owc.chart creates version 9
 
T

Thao Moua [ms]

You need to use
Server.CreateObject("owc10.Chartspace")

----------------------------------------------------------------------
Thao Moua
OWC Chartspace Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
----------------------------------------------------------------------
Alvin Bruney said:
modify you create object to take owc10.chart instead of owc.chart.
owc.chart creates version 9

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Lilia said:
Yes, but I'm using Office XP, and
set oChart = Server.CreateObject("OWC.Chart") and
version Microsoft Office XP web Components 10.0.6619.0 and
I'have msowc.dll

why marks error in:
'axis.Orientation = c.chLabelOrientationDownward

Tipo de error:
Error de Microsoft VBScript en tiempo de ejecución (0x800A01B6)
El objeto no acepta esta propiedad o método:
'c.chLabelOrientationDownward'

some idea to solve the orientation? please

thanks,
 

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

Similar Threads

zoonziiLLaaaa ! 0

Top