pltIPlot BarValuesDisplayed
Indicates whether values are displayed above the bars.
Syntax
pltIPlot_handle BarValuesDisplayed
Application
Tcl Modify
Description
This command indicates whether values are displayed above the bars in a bar
chart.
Note: This method is only valid for bar charts. This command returns true when the
values are displayed above the bars or false value, if the values are not displayed above
the bars.
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
Tcl
Bar Graph
Modify