Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexChart Class / OnStackingPropertyChanged Method


In This Topic
    OnStackingPropertyChanged Method
    In This Topic
    Fires when stacking property changes.
    Syntax
    'Declaration
     
    
    Protected Sub OnStackingPropertyChanged( _
       ByVal oldValue As ChartStackingType, _
       ByVal newValue As ChartStackingType _
    ) 
    'Usage
     
    
    Dim instance As FlexChart
    Dim oldValue As ChartStackingType
    Dim newValue As ChartStackingType
     
    instance.OnStackingPropertyChanged(oldValue, newValue)
    protected void OnStackingPropertyChanged( 
       ChartStackingType oldValue,
       ChartStackingType newValue
    )

    Parameters

    oldValue
    newValue
    See Also