WidthType Property [AutoBoxPlot]
The WidthType property returns/sets the box width. Returns a Long.
Syntax
object.WidthType
object.WidthType =WidthType
Parameter | Type | Description |
WidthType | Long | required, grfBoxWidthType |
Example 1
This example shows how to set the width for a box plot to be auto sized.
Box_WhiskerPlot.WidthType = grfBoxWidthAuto
Example 2
This example shows how to set a fixed width of half an inch for boxes in a box plot.
Box_WhiskerPlot.WidthType = grfBoxWidthFixed
Box_WhiskerPlot.FixedWidth = 0.5
Used by: AutoBoxPlot object