pulIAxis GetContextMenuParameter

Gets the parameter string to pass to a context menu.

Syntax

axis_handle GetContextMenuParameter

Application

Tcl Query

Description

This command returns the parameter string to pass to a context menu, or -1 if there is an error.

Example

hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle page 1;
page GetWindowHandle win 1;
win GetClientHandle plot;
plot GetHorizontalAxisHandle h_axis 1;
puts [h_axis GetContextMenuParameter];
hwi CloseStack; 

Errors

Returns -1 if there is an error.

Keywords

XY plot

Tcl

Modify