ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / ItemsSourceProperty Field



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