ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Object
    public System.object ItemsSource {get; set;}
    See Also