SizeCol Property
The SizeCol property returns or sets the Size column for a 3D XYZ bubble plot. Returns a Long.
Syntax
object.SizeCol
object.SizeCol = SizeCol
Parameter | Type | Description |
SizeCol | Long | required, column A is equal to 1 |
Remarks
The RadiusRange property must be grfUseDataRange to display a size column.
Example 1
This example shows how to return the size column.
Debug.Print "Size column = "; XYZBubblePlot.sizeCol
Example 2
This example shows how to set the size column.
XYZBubblePlot.RadiusRange = grfUseDataRange
XYZBubblePlot.sizeCol = 5
Used by: Auto3DBubblePlot Object