GradientSymLine Method
The GradientSymLine property returns or sets whether the class gradient for the class plot, polar class plot, ternary class plot, or 3D XYZ class plot should be used for the symbol line properties. Returns a Boolean.
Syntax
object.GradientSymLine
object.GradientSymLine = GradientSymLine
Parameter | Type | Description |
GradientSymLine | Boolean | required, true to use gradient for symbol line properties |
Example 1
This example demonstrates how to return whether gradient symbol line properties are used.
Debug.Print ClassScatterPlot.GradientSymLine
Example 2
This example demonstrates how to display the gradient for symbol line properties on a class plot.
ClassScatterPlot.GradientSymLine = True
Used by: AutoClassPlot object, AutoPolarClassPlot object, AutoTernaryClassPlot object, AutoXYZClassPlot object