ArrowScale Property
The ArrowScale property returns or sets the arrow scale factor for the line end styles. Returns a Double.
Syntax
object.ArrowScale
object.ArrowScale = ArrowScale
Parameter | Type | Description |
ArrowScale | Double | required, scaling factor |
Example 1
The following example shows how to change the arrow scale of a polyline.
Polyline.arrowScale = 2
Example 2
The following example shows how to return the arrow scale.
Debug.Print Polyline.arrowScale
Used by: AutoAxis object, AutoFitPlot object, AutoFunctionPlot object, AutoLine object, AutoLinePlot object, AutoPolarFunction object, AutoPolyline object