Nevron .NET Vision
Nevron.Chart Namespace / NMatrixSurfaceSeriesData Class / GetColor Method


In This Topic
    GetColor Method (NMatrixSurfaceSeriesData)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetColor( _
       ByVal column As System.Integer, _
       ByVal row As System.Integer _
    ) As System.Drawing.Color
    'Usage
     
    
    Dim instance As NMatrixSurfaceSeriesData
    Dim column As System.Integer
    Dim row As System.Integer
    Dim value As System.Drawing.Color
     
    value = instance.GetColor(column, row)
    public System.Drawing.Color GetColor( 
       System.int column,
       System.int row
    )

    Parameters

    column
    row
    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