pltIBuildPlotsCtrl SetOutputWindowMode
Sets the chart style of the output window.
Syntax
pltIBuildPlotsCtrl_handle SetOutputWindowMode override_chart_mode
Application
HyperWorks Tcl Modify
Description
This command sets the chart style of the output window.
Inputs
- override_chart_mode
- The three types of plots that are available in build plots.
- “xy”
- “complex”
- “polar”
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectDataFile "c:/demos/mv_hv_hg/HyperView Stuff/d3plotag" true;
build SetOutputWindowMode “polar”;
build Generate Plots;
Errors
Success (0) or an error message is returned.
Keywords
HyperView
Tcl
Build Plots
Modify