plt3DIPlot PasteBarChart

Pastes the bar chart curve from the internal clipboard.

Syntax

plt3DIPlot_handle PasteBarChart index

Application

Tcl Query

Description

Pastes the bar chart curve from the internal clipboard.

Inputs

index
The location to insert the bar chart curve in the number of curves in the current 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 1
myPlotName CopyBarChart 1
myPlotName PasteBarChart 1

Errors

Success (0) or an error code.