ApplyColorColToSymLine Property
The ApplyColorColToSymLine property returns or sets whether the symbol fill color variable for a symbol is applied to the symbol line color. Returns a Boolean.
Syntax
object.ApplyColorColToSymLine
object.ApplyColorColToSymLine = ApplyColorColToSymLine
Parameter | Type | Description |
ApplyColorColToSymLine | Boolean | Required, True to apply the symbol variable fill color to the symbol line color. |
Example 1
This example shows how to return the whether symbol variable fill colors are applied to the symbol line color.
Debug.Print PolarVectorPlot.ApplyColorColToSymLine
Example 2
This example shows how to set the line/scatter plot symbols to use the symbol variable fill color for the symbol line color.
LinePlot.ApplyColorColToSymLine = True
Used by: AutoBubblePlot Object, AutoLinePlot Object, AutoVectorPlot Object