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


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

    Parameters

    oldValue
    newValue
    See Also