ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / Bindings Property


In This Topic
    Bindings Property
    In This Topic
    Gets or sets chart bindings.
    Syntax
    'Declaration
     
    
    Public Property Bindings As ChartBindings
    'Usage
     
    
    Dim instance As C1Chart
    Dim value As ChartBindings
     
    instance.Bindings = value
     
    value = instance.Bindings
    public ChartBindings Bindings {get; set;}
    See Also