Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapData Class / SetValue Method / SetValue(Int32,Int32,Object) Method
X-index of the data point.
Y-index of the data point.
Elevation value.


In This Topic
    SetValue(Int32,Int32,Object) Method
    In This Topic
    Sets the elevation value at the specified two-dimensional index.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal indexX As System.Integer, _
       ByVal indexY As System.Integer, _
       ByVal elevation As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NHeatMapData
    Dim indexX As System.Integer
    Dim indexY As System.Integer
    Dim elevation As System.Object
     
    instance.SetValue(indexX, indexY, elevation)
    public void SetValue( 
       System.int indexX,
       System.int indexY,
       System.object elevation
    )

    Parameters

    indexX
    X-index of the data point.
    indexY
    Y-index of the data point.
    elevation
    Elevation value.
    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