ComponentOne Chart for WPF and Silverlight
SeriesBindings Property


C1.WPF.C1Chart Namespace > ChartBindings Class : SeriesBindings Property
Gets the collection that contains data series value bindings.
Syntax
'Declaration
 
Public ReadOnly Property SeriesBindings As System.Collections.Generic.List(Of Binding)
'Usage
 
Dim instance As ChartBindings
Dim value As System.Collections.Generic.List(Of Binding)
 
value = instance.SeriesBindings
public System.Collections.Generic.List<Binding> SeriesBindings {get;}
See Also

Reference

ChartBindings Class
ChartBindings Members