Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartSeries Class / ItemsSourceProperty Field


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