ChartDirector 7.0 (Java Edition)

Layer.set3D


Usage

public void set3D([ int d [, int zGap ]])

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