plt3DIPlot RemoveBarChart

Deletes a bar chart curve from the HyperGraph 3D window.

Syntax

plt3DIPlot_handle RemoveBarChart index

Application

Tcl Query

Description

Deletes a bar chart curve from the HyperGraph 3D window.

Inputs

index
The number of the bar chart.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddBarChart
myPlotName GetBarChartHandle myGroupName 1
myPlotName RemoveBarChart 1

Errors

Success (0) or an error code.