UseSymbolTable Property

The UseSymbolTable property returns or sets if the symbol table is to be used for displaying symbols in the plot. Returns a Boolean.

Syntax

object.UseSymbolTable

object.UseSymbolTable = UseSymbolTable

 

Parameter Type Description
UseSymbolTable Boolean required

 

Example

This example shows how to use a symbol table for a line/scatter plot.

LinePlot.UseSymbolTable = True

 

Used by: AutoLinePlot object, AutoStiffPlot object, AutoTernaryPlot object, AutoVectorPlot object