Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartDataLabel Class / OnDataLabelPropertyChanged Method


In This Topic
    OnDataLabelPropertyChanged Method
    In This Topic
    Fires when data label property changes.
    Syntax
    'Declaration
     
    
    Protected Sub OnDataLabelPropertyChanged( _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    'Usage
     
    
    Dim instance As ChartDataLabel
    Dim oldValue As Object
    Dim newValue As Object
     
    instance.OnDataLabelPropertyChanged(oldValue, newValue)
    protected void OnDataLabelPropertyChanged( 
       object oldValue,
       object newValue
    )

    Parameters

    oldValue
    newValue
    See Also