ColorScale Property

The ColorScale property returns either an AutoColorScale object (contour maps), an AutoSur­faceColorScale object (surface maps), or an AutoVectorColorScale object (vector plots). This allows the color scale properties to be modified.

Syntax

object.ColorScale

object.ColorScale =ColorScale

Example

This example shows how to access the Color Scale bar of a contour map.

Set ColorScale = ContourXYDataMap.ColorScale

 

Used by: Auto3DXYZVectorPlot, AutoBubblePlot, AutoContour­DataMap, AutoContourGridMap, AutoLinePlot, AutoSurfaceDataMap, AutoSurfaceFuncMap, AutoSurfaceGridMap, AutoVectorPlot