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


In This Topic
    DataSourcesCount Method
    In This Topic
    Returns the count of the data sources.
    Syntax
    'Declaration
     
    Public Function DataSourcesCount() As Integer
    'Usage
     
    Dim instance As DataBindingManager
    Dim value As Integer
     
    value = instance.DataSourcesCount()
    public int DataSourcesCount()
    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