DrawMethod Property

The DrawMethod property returns or sets the 3D XYZ bubble plot Draw method. Returns a Long.

Syntax

object.DrawMethod

object.DrawMethod = DrawMethod

 

Parameter Type Description
DrawMethod Long required, grfDrawMethod, default is gradient fill (grfGradient)

 

Example 1

This example shows how to return the current Draw method.

Debug.Print "Draw method = "; XYZBubblePlot.DrawMethod

 

Example 2

This example shows how to set the Draw method to Wire frame 1.

XYZBubblePlot.DrawMethod = grfWireFrame1

 

Used by: Auto3DBubblePlot object