plt3DIPlot GetNumberOfBarCharts
Returns the number of bar charts in the HyperGraph 3D window.
Syntax
plt3DIPlot_handle GetNumberOfBarCharts
Application
HyperWorks Tcl Query
Description
Returns the number of bar chart curves in the HyperGraph 3D window.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddBarChart
myPlotName GetBarChartHandle myBarChartName [myPlotName GetNumberOfBarCharts ]
Errors
None.