BoxWidthPercent Property
The BoxWidthPercent property sets width for the boxes in a box plot. Returns a Double.
Syntax
object.BoxWidthPercent
object.BoxWidthPercent = BoxWidthPercent
Parameter | Type | Description |
BoxWidthPercent | Double | required |
Remarks
The WidthType property must be set to grfBoxWidthAuto or grfBoxWidthVariable to use the BoxWidthPercent value.
Example
This example shows how to set the box width for a box-whisker plot.
Box1.BoxWidthPercent= 0.5
Used by: AutoBoxPlot object