Quartiles75YOffset Property
The Quartiles75YOffset property returns or sets the Y offset for the box-whisker plot third Quartile value label. Returns a Double.
Syntax
object.Quartiles75YOffset
object.Quartiles75YOffset = Quartiles75YOffset
Parameter | Type | Description |
Quartiles75YOffset | Double | required, in page units |
Example
This example shows how to set the Y offset for a box-whisker plot.
Box1.Quartiles75YOffset = 0.5
Used by: AutoBoxPlot Object