Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapData Class / Item Property
X-index of the data point.
Y-index of the data point.


In This Topic
    Item Property (NHeatMapData)
    In This Topic
    Gets or sets the elevation value at the specified two-dimensional index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal indexX As System.Integer, _
       ByVal indexY As System.Integer _
    ) As System.Double
    'Usage
     
    
    Dim instance As NHeatMapData
    Dim indexX As System.Integer
    Dim indexY As System.Integer
    Dim value As System.Double
     
    instance.Item(indexX, indexY) = value
     
    value = instance.Item(indexX, indexY)
    public System.double this[ 
       System.int indexX,
       System.int indexY
    ]; {get; set;}

    Parameters

    indexX
    X-index of the data point.
    indexY
    Y-index of the data point.

    Property Value

    the elevation value at the specified two dimensional index
    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