ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / ItemsSource Property



In This Topic
    ItemsSource Property (Series)
    In This Topic
    Gets or sets the collection of objects that contains the series data.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As Object
    'Usage
     
    
    Dim instance As Series
    Dim value As Object
     
    instance.ItemsSource = value
     
    value = instance.ItemsSource
    public object ItemsSource {get; set;}
    public:
    property Object^ ItemsSource {
       Object^ get();
       void set (    Object^ value);
    }
    See Also