Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataBindingManager Class / GetColumnNames Method


In This Topic
    GetColumnNames Method
    In This Topic
    Gets the column names of the data source at the specific index.
    Syntax
    'Declaration
     
    Public Function GetColumnNames( _
       ByVal nDataSourceIndex As Integer _
    ) As String()
    'Usage
     
    Dim instance As DataBindingManager
    Dim nDataSourceIndex As Integer
    Dim value() As String
     
    value = instance.GetColumnNames(nDataSourceIndex)
    public string[] GetColumnNames( 
       int nDataSourceIndex
    )

    Parameters

    nDataSourceIndex
    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