| Object Reference > ChartGroup Object > ChartGroup Object Methods > SurfaceValue Method (ChartGroup) |
SurfaceValue Method (ChartGroup)
Determines the Z-value of any point on the surface.
Function SurfaceValue(X As Double, Y As Double) As Double
|
Part |
Type |
Description |
|
X |
Double |
X data coordinate |
|
Y |
Double |
Y data coordinate |
Example
' Use cell zoning for contours in first chart group
Chart3D1.ChartGroups(1).Contour.ZoneMethod = oc3dZoneCells
See Also