FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / Waterfall Class / ItemsSource Property

In This Topic
    ItemsSource Property (Waterfall)
    In This Topic
    Gets or sets the collection of objects that contains the series data.
    Syntax
    'Declaration
     
    Public Property ItemsSource As Object
    public object ItemsSource {get; set;}
    See Also