Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / MeshSurfaceData Class / GetValueY Method
X-index of the data point.
Z-index of the data point.


In This Topic
    GetValueY Method
    In This Topic
    Gets the elevation value for a data point at a given two-dimensional index.
    Syntax
    'Declaration
     
    Public Function GetValueY( _
       ByVal indexX As Integer, _
       ByVal indexZ As Integer _
    ) As Object
    'Usage
     
    Dim instance As MeshSurfaceData
    Dim indexX As Integer
    Dim indexZ As Integer
    Dim value As Object
     
    value = instance.GetValueY(indexX, indexZ)
    public object GetValueY( 
       int indexX,
       int indexZ
    )

    Parameters

    indexX
    X-index of the data point.
    indexZ
    Z-index of the data point.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also