Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / LegendData Class / GetRowCol Method


In This Topic
    GetRowCol Method
    In This Topic
    Returns the legend data item at the specified row and column.
    Syntax
    'Declaration
     
    Public Function GetRowCol( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As LegendDataItem
    'Usage
     
    Dim instance As LegendData
    Dim row As Integer
    Dim col As Integer
    Dim value As LegendDataItem
     
    value = instance.GetRowCol(row, col)
    public LegendDataItem GetRowCol( 
       int row,
       int col
    )

    Parameters

    row
    col

    Return Value

    A reference to a LegendDataItem object representing the legend data item or null if the cell is empty or out of bounds.
    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