bind the Chart control to the PivotTable control in C#

H

Ha Duy Thien

Dear Everyone,

If anyone here is working with Microsoft Web Component in .NET , please tell
me how to bind the chart control to the PivotTable Control

I was trying to bind :
chartControl.DataSource = PivotTable on form -- This one doesn't
work

Please share with me

Thanks you so much
 
T

Thao Moua [ms]

Convert your code to this..

chartControl.DataSource= (msdatasrc.DataSource) PivotTable

Thao Mou
OWC Webchart Suppor

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
 
Top