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


In This Topic
    DataBindingManager Class
    In This Topic
    Controls the database integration of the chart control.
    Object Model
    DataBindingManager Class
    Syntax
    'Declaration
     
    <TypeConverterAttribute(Xceed.Chart.Utilities.BrowseablePropertyConverter)>
    Public Class DataBindingManager 
    'Usage
     
    Dim instance As DataBindingManager
    [TypeConverter(Xceed.Chart.Utilities.BrowseablePropertyConverter)]
    public class DataBindingManager 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.DataBindingManager

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the DataBinding is enabled.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a data source.  
    Public MethodAdds a collection of data sources.  
    Public MethodRemoves all data sources.  
    Public MethodReturns the count of the data sources.  
    Public MethodGets the column names of the data source at the specific index.  
    Public MethodGets the data scheme of the data source at the specific index.  
    Public MethodUpdates the chart control from the data sources.  
    Top
    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