The elevation in a 3D graph.
Graph controls
Describe and Modify argument:
"graphname.Elevation { = ' integer ' }"
| Parameter | Description | 
|---|---|
| graphname | The name of the graph control in the DataWindow for which you want to get or set the elevation. | 
| integer | (exp) An integer specifying the elevation of the graph. Elevation can be a quoted DataWindow expression. | 
Select the control and set the value in the Properties window, General category, Elevation (enabled when a 3D graph type is selected).
[Visual Basic]
setting = dw1.Describe("graph_1.Elevation")
dw1.Modify("graph_1.Elevation=35")
dw1.Modify("graph_1.Elevation='10~tIf(...,20,30)'")