CapLength Property
The CapLength property returns or sets the box-whisker plot cap length. Returns a Double.
Syntax
object.CapLength
object.CapLength = CapLength
Parameter | Type | Description |
CapLength | Double | required, in page units |
Example 1
This example shows how to set cap length for a box-whisker plot.
Box1.CapLength = .1
Example 2
This example shows how to return the cap length for a box-whisker plot.
Debug.Print Box1.CapLength = .1
Used by: AutoBoxPlot object