plt3DIPlot GetNumberOfBarChartsOnClipboard

Gets the current number of bar charts on the clipboard.

Syntax

plt3DIPlot_handle GetNumberOfBarChartsOnClipboard

Application

Tcl Query

Description

All plots share a single clipboard, which can contain (in theory) one or more bar charts. The current implementation limits the number of charts that can be on the clipboard at a time to one (or zero).

Returns the number of charts (currently zero or one).

Example

To get the number of charts currently on the clipboard:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetNumberOfBarChartsOnClipboard

Errors

None.