GradientSymFill Method

The GradientSymFill 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 fill properties. Returns a Boolean.

Syntax

object.GradientSymFill

object.GradientSymFill = GradientSymFill

 

Parameter Type Description
GradientSymFill Boolean required, true to use gradient for symbol fill properties

 

Example 1

This example demonstrates how to return whether gradient symbol fill properties are used.

Debug.Print ClassScatterPlot.GradientSymFill

Example 2

This example demonstrates how to display the gradient for symbol fill properties on a class plot.

ClassScatterPlot.GradientSymFill = True

 

 

Used by: AutoClassPlot object, AutoPolarClassPlot object, AutoTernaryClassPlot object, AutoXYZClassPlot object