WhiskersLowerPercentile Property
The WhiskersLowerPercentile property returns or sets the percentile for the box plot whiskers by specifying the lower limit. Returns a Double.
Syntax
object.WhiskersLowerPercentile
object.WhiskersLowerPercentile = WhiskersLowerPercentile
Parameter | Type | Description |
WhiskersLowerPercentile | Double | required, value between 0 - 50, specifies which percentiles are used for the whiskers by setting the lower percentile |
Remarks
Set WhiskersType to grfWTPercentile to use the WhiskersLowerPercentile property.
Example 1
This example shows how to return the whisker lower percentile.
Debug.Print AutoBoxPlot.WhiskersLowerPercentile
Example 2
This example shows how to set the lower and upper whiskers to the 15th and 85th percentiles.
AutoBoxPlot.WhiskersLowerPercentile = 15
Used by: AutoBoxPlot object