pltIPlot BarValuesDisplayed
Indicates whether values are displayed above the bars.
Syntax
pltIPlot_handle BarValuesDisplayed
Application
HyperWorks Tcl Modify
Description
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot BarValuesDisplayed;
Errors
Success (true or false) or an error message is returned.
Keywords
HyperWorks
Tcl
Bar Graph
Modify