[VB] | Public Sub set3D([ d As Integer [, zGap As Integer ]]) |
[C#] | public void set3D([ int d [, int zGap ]]); |
ChartDirector 5.1 (.NET Edition)
Layer.set3D
Usage
[VB] | Public Sub set3D([ d As Integer [, zGap As Integer ]]) |
[C#] | public void set3D([ int d [, int zGap ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
d | -1 | The 3D depth of the layer in pixels. -1 means the 3D depth is automatically calculated. |
zGap | 0 | The 3D gap between the current layer and the next layer in pixels. |
Return Value