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