OWC change chart type

  • Thread starter athena no seinto
  • Start date
A

athena no seinto

I am simply publishing from Excel 2003 and OWC 11 - no probelm with
interactivity on the pivot table and the chart also has
interactivity in that I can change dimensions as required.
I am unable to change the chart typ - bar to pie etc.
although I can publish in the different ways - i.e. the
icons on the chart toolbar are disabled although the show
task list is not, also the Commands and Options is
disabled on the Chart but not on the associated Pivoty
Table. I guess these two are related - any help
appreciated.
Thanks
 
R

Richard

Hi "athena no seinto".
Try to add this to your html code:

<script language=javascript>
function change_type(type){
form1.chartspace.Charts(0).Type = type;
}
</script>

<input type="button" value="try this" onclick="change_type('58')"/>

hope this will help,
Richard
 
A

athena no seinto

Thanks Richard

Also can with front page where you qualify the options.
Greetings

Tambien se puede con front page donde habilitas las opciones.
Saludos
 

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