pltIPlot GetCategoryValueList
Finds the category values of the plot.
Syntax
pltIPlot_handle GetCategoryValueList
Application
HyperWorks Tcl Query
Description
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetCategoryValueList;
Errors
Success (a list of values) or an error message is returned.
Keywords
HyperWorks
Tcl
Bar Graph
Query