ShowColorTableLegend Property

The ShowColorTableLegend property returns or sets the display state for the color table legend. Returns a Boolean.

Syntax

object.ShowColorTableLegend

object.ShowColorTableLegend = ShowColorTableLegend

 

Parameter Type Description
ShowColorTableLegend Boolean required, true to display the color table legend; false to hide the legend.

 

Example

This example shows how display the color table legend for a bar chart.

Bar1.ShowColorTableLegend = True

 

Used by: AutoBarChart Object