Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeriesCollection Class / ExportToDataTable Method
specifies the name of the data table


In This Topic
    ExportToDataTable Method
    In This Topic
    Exports the collection to a data table.
    Syntax
    'Declaration
     
    Public Function ExportToDataTable( _
       ByVal tableName As String _
    ) As DataTable
    'Usage
     
    Dim instance As DataSeriesCollection
    Dim tableName As String
    Dim value As DataTable
     
    value = instance.ExportToDataTable(tableName)
    public DataTable ExportToDataTable( 
       string tableName
    )

    Parameters

    tableName
    specifies the name of the data table

    Return Value

    the created data table
    Remarks
    Each data series is exported as a separate column in the data table. The name of the column is the name of the respecitve data series.
    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