In the 2D bubble chart I see where you set x, y, and radius
ctrlUltraChart
ctrlUltraChart.BubbleChart.ColumnY = Y axis column
ctrlUltraChart.BubbleChart.ColumnZ = Radius column
But in the 3D bubble chart I don't see where to set the radius since ColumnZ no longer equals radius
Here is info on the bubble chart 3D showing it needs four columns
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Working_with_3D_Bubble_Chart_Data.html
when I look in
I don't see anywhere to set the fourth(radius column)
any help would be much appreciated, thank you, Jamie
any ideas?
these properties are actually ignored by the 3d bubble chart, it just uses the first, second, third, and fourth numeric column in your data source.
you might have a bit more flexibility on this if you use the Series collection as a datasource.
I'll have to check that out and get back to you