plt3DIPlot CopyBarChart

Copies the bar chart curve to the internal clipboard.

Syntax

plt3DIPlot_handle CopyBarChart index

Application

Tcl Query

Description

Copies the bar chart curve to the internal clipboard.

Inputs

index
The number of the bar chart curve.

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 CopyBarChart 1

Errors

Success (0) or an error code.