Bubble3D Series Addbubble3D.Radiusvalues
Posted: Tue Aug 28, 2012 2:04 pm
Have added 3d bubbles with sample values, and then trying to edit the radius. Having no problems editing the x, y, z values, but the radius poses a problem. The following line of code gives a "Run-time error '91': Object variable or With block variable not set"
Sheet6.TChart1.Series(0).asBubble3D.RadiusValues.Value(i) = SampleData.Item(i, 5)
While the preceding line of code works just fine:
Sheet6.TChart1.Series(0).asBubble3D.ZValues.Value(i) = SampleData.Item(i, 4)
The SampleData contains valid data for both lines of code (SampleData is just data the user has selected from the spreadsheet)
Any ideas?
Sheet6.TChart1.Series(0).asBubble3D.RadiusValues.Value(i) = SampleData.Item(i, 5)
While the preceding line of code works just fine:
Sheet6.TChart1.Series(0).asBubble3D.ZValues.Value(i) = SampleData.Item(i, 4)
The SampleData contains valid data for both lines of code (SampleData is just data the user has selected from the spreadsheet)
Any ideas?