pltIPlot GetCategoryValueList
Finds the category values of the plot.
Syntax
pltIPlot_handle GetCategoryValueList
Application
Tcl Query
Description
This command finds the category values of the plot in a bar chart (these are the labels
across the x-axis).
Note: This method is only valid for bar charts.
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
Tcl
Bar Graph
Query