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