OWC Chart Type

A

athena no seinto

Hello I am creating a table pivot and charts in excel with the Office
Web Componet and I publish it HTML. When work in excel is an option
that is called Chart Type that allows to change the type me of chart,
my question is like being able to continue changing the type of chart
but when it already publishes it to HTML.

Greetings.

Hola estoy creando unas pivote table y graficas en excel con los Office
Web Componet y despues la publico como HTML. Cuando trabajo en excel
hay una opcion que se llama Chart Type que me permite cambiar el tipo
de grafica, mi preguna es como poder seguir cambiando el tipo de
grafica pero cuando ya lo publique a HTML.

Saludos.
 
A

Alvin Bruney

If memory serves me correctly, you should be able to set the type of chart
before you bind to the pivot table. Have a look at the bind properties of
the chart.

One other approach that may work in your case is to write some script
targetting the object after it is drawn and then programmatically change the
type to one that is suitable.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
Top