Box Plot ColorMethod Property
The ColorMethod property returns or sets the grouped box plot color method.
Syntax
object.ColorMethod
object.ColorMethod = grfBoxColorMethod
Parameter | Type | Description |
ColorMethod | Long | required; grfBoxColorMethod |
Example 1
This example shows how to set the Color method value to Color by box.
BoxWhiskerPlot.ColorMethod = grfBoxColorByBox
Example 2
This example shows how to return the color column value.
Debug.Print BoxWhiskerPlot.ColorMethod
Used by: AutoBoxPlot