Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

zlimit (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: plots

Requires: MathScript RT Module

Syntax

zlimit auto

zlimit manual

zlimit mode

zlimit([minz, maxz])

a = zlimit('mode')

Legacy Name: zlim

Description

Sets the range of the z-scale. zlimit auto directs LabVIEW to fit the z-scale automatically to the plot. zlimit manual directs LabVIEW not to fit the z-scale automatically to the plot. zlimit mode returns the mode LabVIEW uses to determine the range of the z-scale.

Details

Examples

Inputs

Name Description
minz Specifies the minimum z-value. minz is a real scalar.
maxz Specifies the maximum z-value. maxz is a real scalar.

Outputs

Name Description
a Returns the mode LabVIEW uses to determine the range of the z-scale. a is a string that can be either 'auto' or 'manual'.

Details

This function is not supported in the LabVIEW Run-Time Engine if you request an output from the function. Either do not request an output or remove this function from scripts before you build a stand-alone application or shared library.

Examples

X = 0:1:10;
plot3d(X, X, X)
zlimit([2, 8])
a = zlimit('mode')

Related Topics

axis
xlimit
ylimit


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit