ZMin Property [AutoClipping]

The ZMin property returns or sets the minimum Z value to be used by a 3D XYZ-type plot. Returns a Double.

Syntax

object.ZMin

object.ZMin = ZMin

 

Parameter Type Description
ZMin Double required, minimum Z value

 

Example

This example shows how to set the minimum Z value in a 3D XYZ-type plot.

XYZLine.Clipping.ZMin = 20

 

Used by: AutoClipping object