CenterLineMethod Property

The CenterLineMethod property returns or sets center line value for the box plot. Returns a Long.

Syntax

object.CenterLineMethod

object.CenterLineMethod = CenterLineMethod

 

Parameter Type Description
CenterLineMethod grfCenterLineMethod required, display the box center line at the median or mean value

 

Example 1

This example shows how to return the center line method.

Debug.Print AutoBoxPlot.CenterLineMethod

 

Example 2

This example shows how to set the center line method to mean.

AutoBoxPlot.CenterLineMethod = grfCenterLineMean

 

Used by: AutoBoxPlot object