MedianVAlign Property

The MedianVAlign property returns or sets the vertical alignment for the box-whisker plot Median value label. Returns a Long.

Syntax

object.MedianVAlign

object.MedianVAlign = MedianVAlign

 

Parameter Type Description
MedianVAlign Long required, grfVAlignment

 

Example

This example shows how to set the vertical alignment for plot labels.

Box1.MedianVAlign = grfAlignBottom

 

Used by: AutoBoxPlot Object