[C#] | public void addXYProjection([ int offset ]); |
[VB] | Public Sub addXYProjection([ offset As Integer ]) |
ChartDirector 7.1 (.NET Edition)
SurfaceChart.
Usage
[C#] | public void addXYProjection([ int offset ]); |
[VB] | Public Sub addXYProjection([ offset As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
offset | 0 | The vertical offset of the XY projection in 3D pixel coordinates. A positive offset moves it upwards. A negative offset moves it under the XY wall. |
Return Value