LineColor Property
The LineColor property returns or sets the symbol outline color, the color of ruler lines, or the 3D XYZ bubble plot wire frame line color. Returns a Long.
Syntax
object.LineColor
object.LineColor = LineColor
Parameter | Type | Description |
LineColor | Long | required, grfColor |
Remarks
With 3D XYZ bubble plots, LineColor is only used when the DrawMethod property is grfWireFrame1 or grfWireFrame2.
Example
This example shows how to set the line color for the ruler.
Rulers.lineColor = grfColorRed
Used by: Auto3DBubblePlot object, AutoMarker object, AutoRuler object