FillOpacity Property

The FillOpacity property returns or sets the 3D bubble plot wireframe fill opacity. Returns a Long.

Syntax

object.FillOpacity

object.FillOpacity = FillOpacity

 

Parameter Type Description
FillOpacity Long required, integer between 0 and 100

 

Example

This example shows how to set the 3D bubble plot's bubble to a wireframe and set the fill opacity to 25%.

XYZBubblePlot.DrawMethod = grfWireFrame1

XYZBubblePlot.FillOpacity = 25

 

Used by: Auto3DBubblePlot object