ShowSymbolTableLegend Property

The ShowSymbolTableLegend property returns or sets the display state for the symbol table legend. Returns a Boolean.

Syntax

object.ShowSymbolTableLegend

object.ShowSymbolTableLegend = ShowSymbolTableLegend

 

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

 

Example

This example shows how display the symbol table legend for a scatter plot.

LineScatter1.ShowSymbolTableLegend = True

 

Used by: AutoLinePlot Object, AutoVectorPlot Object