ColorScale Property
The ColorScale property returns either an AutoColorScale object (contour maps), an AutoSurfaceColorScale 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, AutoContourDataMap, AutoContourGridMap, AutoLinePlot, AutoSurfaceDataMap, AutoSurfaceFuncMap, AutoSurfaceGridMap, AutoVectorPlot