FillColor Property
The FillColor property returns or sets the 3D XYZ bubble plot wire frame fill color. Returns a Long.
Syntax
object.FillColor
object.FillColor = FillColor
Parameter | Type | Description |
FillColor | Long | required, grfColor |
Remarks
The DrawMethod property must be set to grfWireFrame1 or grfWireFrame2 for the fill color to show.
Example 1
This example shows how to return a fill color.
Debug.Print "Fill color = "; XYZBubblePlot.FillColor
Example 2
This example shows how to set the wire frame fill color.
XYZBubblePlot.DrawMethod = grfWireFrame1
XYZBubblePlot.FillColor = grfColorBlue
Used by: Auto3DBubblePlot object