BubbleYRot Property
The BubbleYRot property returns or sets the rotation of bubbles around the Y axis in 3D XYZ bubble plots. Returns a Double.
Syntax
object.BubbleYRot
object.BubbleYRot = BubbleYRot
Parameter | Type | Description |
BubbleYRot | Double | required, value in degrees |
Example 1
This example shows how to return the Y rotation value.
Debug.Print "Bubble Y rotation = "; XYZBubblePlot.BubbleYRot
Example 2
This example shows how to set the Y rotation value.
XYZBubblePlot.BubbleYRot = 75
Used by: Auto3DBubblePlot object