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



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