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


In This Topic
    OnBindingPropertyChanged Method
    In This Topic
    Called when binding property changes.
    Syntax
    'Declaration
     
    
    Protected Sub OnBindingPropertyChanged() 
    'Usage
     
    
    Dim instance As ChartSeries
     
    instance.OnBindingPropertyChanged()
    protected void OnBindingPropertyChanged()
    See Also