ColorMethod Property

ColorMethod returns or sets the line plot Color Method.

Syntax

object.ColorMethod

object.ColorMethod=ColorMethod

 

Parameter Type Description
ColorMethod Long Required:set to 0 to use Uniform color methodset to 1 to use Color Variable color methodset to 2 to use Colormap color method

 

Example 1

This example shows how to apply an array of colors to a Line Scatter Plot.

'Set ColorMethod to the Colormap color method

LineScatterPlot.ColorMethod = 2

 

Used by: AutoLinePlot object