plt3DIPlot AddBarChart
Adds a new bar chart curve to the HyperGraph 3D window. Bar chart curves display each point in the 3-D curve as a bar rising from the XY plane.
Syntax
plt3DIPlot_handle AddBarChart
Application
HyperWorks Tcl Query
Description
Adds a new bar chart curve to the HyperGraph 3D window. Bar chart curves display each point in the 3-D curve as a bar rising from the XY plane.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddBarChart
Errors
Success (0) or an error code.