pltIBuildPlotsCtrl GetLegend

Finds whether the legend is on.

Syntax

pltIBuildPlotsCtrl_handle GetLegend

Application

Tcl Query

Description

This command finds whether the legend is on or off (visible or invisible). If the legend is on, true is returned. If the legend is not on, false is returned.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetLegend;

Errors

Success (a true or false value) or an error message is returned.

Keywords

Tcl

Build Plots

Query