OWC10 PlotAllAggregates Problem

H

Harald Alferi

Hi,

I am using the OWC10 Spreadsheet & Chart Control with c#.
I want to utilize the categorie aggregate functionality of the chart.
The chart is filled with data from the spreadsheet (DataBound).

If try to use

_chtSpace.PlotAllAggregates =
OWC10.ChartPlotAggregatesEnum.chPlotAggregatesCategories

the server answers
"The parameter is incorrect.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code."

If I uncomment this line all is fine without aggregation.

Any help and hints are welcome

Thanks
 
T

Thao Moua [ms]

The property PlotAllAggregates is only valid when Chartspace is bound to a PivotList control or an external data source (ie SQL, ADO, etc.

Why don't you just provide the aggregate range reference to the Chartspace category

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
 

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