ColorScaling Property

The ColorScaling property returns or sets the vector plot or 3D vector plot Color Scaling value. Returns a Boolean.

Syntax

object.ColorScaling

object.ColorScaling = ColorScaling

 

Parameter Type Description
ColorScaling Boolean required, true to display arrows with gradient colors

 

Example

This example shows how to turn on color scaling on a 3D vector plot.

3DXYZVectorPlot.ColorScaling = True

 

Used by: Auto3DXYZVectorPlot object, AutoVectorPlot object