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?
 

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