Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartSeries Class / OnItemsSourcePropertyChanged Method


In This Topic
    OnItemsSourcePropertyChanged Method
    In This Topic
    Called on ItemsSource changed.
    Syntax
    'Declaration
     
    
    Protected Sub OnItemsSourcePropertyChanged() 
    'Usage
     
    
    Dim instance As ChartSeries
     
    instance.OnItemsSourcePropertyChanged()
    protected void OnItemsSourcePropertyChanged()
    See Also