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