WhiskersType Property

The WhiskersType property returns or sets the whisker type for a box-whisker plot. Returns a grfBoxWhiskersType.

Syntax

object.WhiskersType

object.WhiskersType =WhiskersType

Example 1

This example demonstrates how to set the whisker type for a box-whisker plot to Minimum/Maximum.

Box1.WhiskersType = grfMinMax

Example 2

This example demonstrates how to return the whisker type for a box-whisker plot.

Debug.Print Box1.WhiskersType

 

Used by: AutoBoxPlot Object