DisplaySamples Property

The DisplaySamples property is used to show or hide sample count plot labels for a box-whisker plot. Returns a Boolean.

Syntax

object.DisplaySamples

object.DisplaySamples = DisplaySamples

 

Parameter Type Description
DisplaySamples Boolean required, true to show sample count labels

 

Example

This example shows how to turn the sample count labels on for a box-whisker plot.

Box1.DisplaySamples = True

 

Used by: AutoBoxPlot

See Also

Plot Labels

Box-whisker Plot