BoxConfidenLevel Property

The BoxConfidenLevel property returns or sets the confidence level for specifying the edges in a box plot. Returns a Double.

Syntax

object.BoxConfidenLevel

object.BoxConfidenLevel = BoxConfidenLevel

 

Parameter Type Description
BoxConfidenLevel Double required, value between 50 - 99, specifies which confidence level is used for the box extents

 

Remarks

Set BoxEdgeMethod to grfBEMConfidenceLevel to use the BoxConfidenLevel property.

Example 1

This example shows how to return the box edge confidence level.

Debug.Print AutoBoxPlot.BoxConfidenLevel

Example 2

This example shows how to set box edges to the 97.5% confidence interval.

AutoBoxPlot.BoxConfidenLevel = 97.5

 

Used by: AutoBoxPlot object