Can't use toolbar functions on chart....

J

Jim Hubbard

I can show a chart just fine. I can right click the chart and show the
toolbar, but the only toolbar functionality available is delete, show/hide
legend, undo, help and about.

No sorting or filtering or sums.

I am using literals and arrays to fill the chart. Is this the source of the
problem?

Jim
 
J

Jim Hubbard

When using arrays to populate the OWC 10 Chart control, you lose a lot of
functionality. If you make an ado recordset and use it for the data source
for your chart control all that neat fucntionality is enabled.

Hey Microsoft! Documenting that would be a bad idea.

Jim
 
J

Jim Hubbard

Using an ado recordset also changes the available functions. I have chosen
to go with the ado recordset and set .AllowPropertyToolbox = True.

This gives a great deal of the available functionality while not requiring a
pivot table.

In case I'd like to try it out, do you have any pointers or examples on
pivot table creation with OWC10?
 
J

Jim.Hubbard

The chart control takes the ado recordset and creates its own pivot
table called InternalPivotTable.



Go figure....
 
T

Thao Moua [ms]

There should be some example in the OWC10 VB help file.

Thao Moua
OWC Webchart Support
-----Original Message-----

Using an ado recordset also changes the available functions. I have chosen
to go with the ado recordset and
set .AllowPropertyToolbox = True.
 

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