LineOpacity Property
The LineOpacity property returns or sets the symbol outline opacity or the 3D bubble plot wireframe line opacity. Returns a Long.
Syntax
object.LineOpacity
object.LineOpacity = LineOpacity
Parameter | Type | Description |
LineOpacity | Long | required, integer between 0 and 100 |
Example 1
This example shows how to set the outline opacity of a symbol to 25%.
AutoSymbol.LineOpacity = 25
Example 2
This example shows how to set the 3D bubble plot's bubble to a wireframe and set the line opacity to 25%.
XYZBubblePlot.DrawMethod = grfWireFrame1
XYZBubblePlot.LineOpacity = 25
Used by: AutoSymbol object, Auto3DBubblePlot object