Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartSeries Class / ItemsSource Property


In This Topic
    ItemsSource Property (ChartSeries)
    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 ChartSeries
    Dim value As Object
     
    instance.ItemsSource = value
     
    value = instance.ItemsSource
    public object ItemsSource {get; set;}
    See Also