DisplayMax Property
The DisplayMax property is used to show or hide the Maximum plot value as a label for a box-whisker plot. Returns a Boolean.
Syntax
object.DisplayMax
object.DisplayMax = DisplayMax
Parameter | Type | Description |
DisplayMax | Boolean | required, true to show maximum label values |
Example
This example shows how to turn the maximum label values on for a box-whisker plot.
Box1.DisplayMax = True
Used by: AutoBoxPlot