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


In This Topic
    SetValue(Int32,Int32,Double) 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 value As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NHeatMapData
    Dim indexX As System.Integer
    Dim indexY As System.Integer
    Dim value As System.Double
     
    instance.SetValue(indexX, indexY, value)
    public void SetValue( 
       System.int indexX,
       System.int indexY,
       System.double value
    )

    Parameters

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