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


In This Topic
    SeriesBindings Property
    In This Topic
    Gets the collection that contains data series value bindings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SeriesBindings As List(Of Binding)
    'Usage
     
    
    Dim instance As ChartBindings
    Dim value As List(Of Binding)
     
    value = instance.SeriesBindings
    public List<Binding> SeriesBindings {get;}
    See Also