GradDetail Property
The GradDetail property returns or sets the 3D XYZ bubble plot gradient fill Gradient detail. Returns a Long.
Syntax
object.GradDetail
object.GradDetail = GradDetail
Parameter | Type | Description |
GradDetail | Long | required, value between 10 and 1000 |
Remarks
The DrawMethod property must be set to grfGradient for the gradient detail to show.
Example 1
This example shows how to return the Gradient detail amount.
XYZBubblePlot.DrawMethod = grfGradient
Debug.Print "Gradient detail = "; XYZBubblePlot.GradDetail
Example 2
This example shows how to set the Gradient detail option to 50.
XYZBubblePlot.GradDetail = 50
Used by: Auto3DBubblePlot object