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