ShowLabels Property [AutoColorScale, AutoSurfaceColorScale]

The ShowLabels property returns or sets the display of labels in the scale. Returns a Boolean.

Syntax

object.ShowLabels

object.ShowLabels = ShowLabels

 

Parameter Type Description
ShowLabels Boolean required, true to show labels

 

Example

This example shows how to show the labels for a color scale object.

ColorScale.ShowLabels = True

 

Used by: AutoColorScale, AutoSurfaceColorScale