Chart load from Pivot Table, MDX query source

J

jkl

I am using OWC10 in an ASP (not .NET) page successfully, with MDX queries as the data source. When I point a chart control to the pivot table, nothing happens: the chart does not display any data. From the "Building an OLAP Reporting App" article in MSDN, the following lines connect a chart datasource to a pivot table

frm1.ChartSpace1.DataSource = frm1.PivotTable1
frm1.ChartSpace1.style.visibility = "visible"

Is there additional programming needed to make the chart work when MDX queries are the source for the pivot table?
 
Top