ShowColorScale Property
The ShowColorScale property returns or sets the surface data map, vector plot, 3D vector plot, or color mapped symbol Show Color Scale value. Returns a Boolean.
Syntax
object.ShowColorScale
object.ShowColorScale = ShowColorScale
Parameter | Type | Description |
ShowColorScale | Boolean | required, true to show scale |
Example
This example shows how to turn on the color scale bar display.
SurfaceDataMap.ShowColorScale = True
Used by: AutoBubblePlot object, AutoContourDataMap, AutoContourGridMap, AutoLinePlot, AutoSurfaceDataMap, AutoSurfaceFuncMap, AutoSurfaceGridMap, Auto3DXYZVectorPlot object, AutoVectorPlot object