[VB] | Public Sub setZBounds([ minZ As Double [, maxZ As Double ]]) |
[C#] | public void setZBounds([ double minZ [, double maxZ ]]); |
ChartDirector 5.1 (.NET Edition)
ContourLayer.setZBounds
Usage
[VB] | Public Sub setZBounds([ minZ As Double [, maxZ As Double ]]) |
[C#] | public void setZBounds([ double minZ [, double maxZ ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
minZ | DataBound | The minimum z value to clip to. Use NoValue if there is no minimum z bound. The special constant DataBound means that the minimum z value is the minimum data value. |
maxZ | DataBound | The maximum z value to clip to. Use NoValue if there is no maximum z bound. The special constant DataBound means that the maximum z value is the maximum data value. |
Return Value