pltIBuildPlotsCtrl SetXDatatype

Sets the value for the X data type.

Syntax

pltIBuildPlotsCtrl_handle SetXDatatype dtype

Application

Tcl Modify

Description

This command sets the value for the X data type variable from within the X data type list.
Note: The command GeneratePlot must be called after to draw the plot with these changes.

Inputs

dtype
A string with the value of the X data type that you want.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetXDatatype "Time";

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Build Plots

Modify