Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = ChartSeries.ItemsSourceProperty
    public static readonly Xamarin.Forms.BindableProperty ItemsSourceProperty
    See Also