WhiskersUpperPercentile Property

The WhiskersUpperPercentile property returns or sets the percentile of the box plot whiskers by specifying the upper limit. Returns a Double.

Syntax

object.WhiskersUpperPercentile

object.WhiskersUpperPercentile = WhiskersUpperPercentile

 

Parameter Type Description
WhiskersUpperPercentile Double required, value between 50 - 100, specifies which percentiles are used for the whiskers by setting the upper percentile

 

Remarks

Set WhiskersType to grfWTPercentile to use the WhiskersUpperPercentile property.

Example 1

This example shows how to return the box edge upper percentile.

Debug.Print AutoBoxPlot.WhiskersUpperPercentile

Example 2

This example shows how to set the lower and upper box edges to the 15th and 85th percentiles.

AutoBoxPlot.WhiskersUpperPercentile = 85

 

Used by: AutoBoxPlot object