pltIPlot SetZeroLineColor

Sets the zero line color of the plot.

Syntax

pltIPlot_handle SetZeroLineColor color

Application

Tcl Modify

Description

Sets the zero line color of the plot.

Inputs

color
The index of the color to be used (must be positive).

Example

To force the current plot to draw with a uniform aspect ratio (i.e., equal width and height):
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWindowName 1
myWindowName GetClientHandle myPlotName
myPlotName SetUniformAspectRatio true

Errors

Returns success or an error code.