WhiskersStdVarCount Property

The WhiskersStdVarCount property returns or sets whiskers of the box plot by specifying the number of standard deviations or errors. Returns a Double.

Syntax

object.WhiskersStdVarCount

object.WhiskersStdVarCount = WhiskersStdVarCount

 

 

Parameter Type Description
WhiskersStdVarCount Double required, number of standard deviations or errors from the mean for the whiskers.

 

Remarks

Set WhiskersType to grfWTStdDev or grfWTStdError to use the WhiskersStdVarCount property.

Example 1

This example shows how to return the whisker number of standard errors or deviations.

Debug.Print AutoBoxPlot.WhiskersStdVarCount

Example 2

This example shows how to set the whiskers to 2 standard deviations.

AutoBoxPlot.WhiskersStdVarCount = 2

 

Used by: AutoBoxPlot object