M
Michael Weiss
I have the following code with which I am constructing a bubble chart. The
problem I am running into is that I need to use the three of the four totals
being dipslayed in the OWC Pivot Control that the chartspace object is tied
to. When I uncomment the lines for SetData for the SeriesCollection(0) object
I get an error on the first of those three lines. Commenting out the line
".PlotAllAggregages = c.chPlotAggreggatesSeries" gives me an empty chartspace
object. If I use that line in the code I at least get bubbles representing
the data in the pivot control but the chart control shows the first three
data totals (Items 0 - 2) and I need totals.items 0,1, & 3...
Any suggestions where I could be going wrong here?
Thank you,
Michael
problem I am running into is that I need to use the three of the four totals
being dipslayed in the OWC Pivot Control that the chartspace object is tied
to. When I uncomment the lines for SetData for the SeriesCollection(0) object
I get an error on the first of those three lines. Commenting out the line
".PlotAllAggregages = c.chPlotAggreggatesSeries" gives me an empty chartspace
object. If I use that line in the code I at least get bubbles representing
the data in the pivot control but the chart control shows the first three
data totals (Items 0 - 2) and I need totals.items 0,1, & 3...
Any suggestions where I could be going wrong here?
Thank you,
Michael