ChartDirector 7.1 (.NET Edition)

Layer.set3D


Usage

[C#]public void set3D([ int d [, int zGap ]]);
[VB]Public Sub set3D([ d As Integer [, zGap As Integer ]])

Description

Sets the 3D depth of the layer, and the 3D gap between the current layer and the next layer.

Arguments

ArgumentDefaultDescription
d-1The 3D depth of the layer in pixels. -1 means the 3D depth is automatically calculated.
zGap0The 3D gap between the current layer and the next layer in pixels.

Return Value

None