plt3DIPlot SetZeroLineColor

Sets the current zero axes grid line color of the HyperGraph 3D window.

Syntax

plt3DIPlot_handle SetZeroLineColor color

Application

Tcl Query

Description

Sets the current zero axes grid line color of the HyperGraph 3D window.

Inputs

color
Three values representing red, green, and blue. color can also be the color name or a single value from 0 - 63 representing an index on the application's color wheel.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName SetZeroLineColor {35 85 199}
myPlotName SetZeroLineColor blue
myPlotName SetZeroLineColor 22

Errors

Success (0) or an error code.