Gradient Property

The Gradient property returns an AutoGradient object to control the gradient options for the selected object.

Syntax

object.Gradient

Example 1

This example demonstrates how to return the AutoGradient object for a class plot.

Debug.Print ClassScatterPlot.Gradient

Example 2

This example demonstrates how to set the gradient colormap name for a class plot.

ClassScatterPlot.Gradient.Name = "Rainbow"

 

Used by: Auto3DBubblePlot object, Auto3DXYZVectorPlot object, AutoClassPlot object, AutoFill object, AutoLinePlot object, , AutoPolarClassPlot object, AutoTernaryClassPlot object, AutoVectorPlot object, AutoXYZClassPlot object