pltILegend SetAttributesToDefault
Sets the various attributes of the legend to the default settings.
Syntax
pltILegend_handle SetAttributesToDefault
Application
Tcl Modify
Description
This command sets the various attributes of the legend (style, color, thickness, font, position, and so on) to the default settings.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetLegendHandle leg;
leg SetAttributesToDefault;
Errors
Success (0) or an error message is returned.
Keywords
Tcl
Legend
Modify