ColorCol Property
The ColorCol property returns or sets the plot Color column value. Returns a Long.
Syntax
object.ColorCol
object.ColorCol = ColorCol
Parameter | Type | Description |
ColorCol | Long | required; column A equals 1 |
Example 1
This example shows how to set the color column value.
Chart.ColorCol = 5
Example 2
This example shows how to return the color column value.
Debug.Print Chart.ColorCol
Used by: Auto3DBubblePlot, AutoBubblePlot, AutoBarChart, AutoBoxPlot, AutoFloatingBar, AutoHistogram, AutoPolarBarChart, AutoTernaryBubblePlot