FixedWidth Property [AutoBoxPlot]

The FixedWidth property returns/sets the width of the boxes (in inches) if the WidthType is set to grfWidthFixed. Returns a Double.

Syntax

object.FixedWidth

object.FixedWidth =FixedWidth

 

Parameter Type Description
FixedWidth Double required, width of the boxes (in inches)

 

Remarks

The WidthType property must be set to grfBoxWidthFixed to use the FixedWidth value.

Example

This example shows how to set the width of the boxes to a fixed value in a box chart.

Box_WhiskerPlot.WidthType = grfBoxWidthFixed

Box_WhiskerPlot.FixedWidth = 1

 

Used by: AutoBoxPlot object