CategoryCol Property

The CategoryCol property returns or sets the category column of data to be used for a grouped box plot. Returns a Long.

Syntax

object.CategoryCol

object.CategoryCol = CategoryCol

 

Parameter Type Description
CategoryCol Long required, column number

 

Example

This example shows how to set the Cateory Column for a grouped box plot object.

Box_WhiskerPlot_obj.CategoryCol = 2

 

Used by: AutoBoxPlot