Show data table under chart

M

magalhaes.lemos

Hi!

I am trying to show the data table under a OWC generated chart with no
success. It appears that OWC doesn't support HasTable property.

I found a possible alternative: to display the Pivottable beneath the
Chart and link the chart object to the table, but i can't find any
examples how to do it.

Thanks in advance.
 
A

Alvin Bruney

table bound charts are not supported. However, you can always use custom
drawing to insert an html table underneath the chart. It produces an
identical result. Custom drawing is explained on MSDN

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