ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataSeries Class / ItemsSourceProperty Field


In This Topic
    ItemsSourceProperty Field (DataSeries)
    In This Topic
    Identifies the ItemsSource dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ItemsSourceProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = DataSeries.ItemsSourceProperty
    public static readonly DependencyProperty ItemsSourceProperty
    See Also