SymbolFillColorCol Property
The SymbolFillColorCol property returns or sets the symbol color variable to be used by the plot. Returns a Long.
Syntax
object.SymbolFillColorCol
object.SymbolFillColorCol = SymbolFillColorCol
Parameter | Type | Description |
SymbolFillColorCol | Long | required, column/row number A=1, B=2, etc. |
Example
This example shows how to set the symbol fill color variable (color column) to column E.
AutoBubblePlot.SymbolFillColorCol = 5
Used by: AutoBubblePlot object, AutoVectorPlot object