BubbleXRot Property

The BubbleXRot property returns or sets the rotation of bubbles around the X axis in 3D XYZ bubble plots. Returns a Double.

Syntax

object.BubbleXRot

object.BubbleXRot = BubbleXRot

 

Parameter Type Description
BubbleXRot Double required, value in degrees

 

Example 1

This example shows how to return the X rotation value.

Debug.Print "Bubble X rotation = "; XYZBubblePlot.BubbleXRot

Example 2

This example shows how to set the X rotation value to 30 degrees.

XYZBubblePlot.BubbleXRot = 30

 

Used by: Auto3DBubblePlot object