Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / Refresh Method
Whether to update the control layout as well as the content (default: true)


In This Topic
    Refresh Method (ChartBase)
    In This Topic
    ​Refreshes the chart.
    Syntax
    'Declaration
     
    
    Public Sub Refresh( _
       Optional ByVal fullUpdate As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ChartBase
    Dim fullUpdate As Boolean
     
    instance.Refresh(fullUpdate)
    public void Refresh( 
       bool fullUpdate
    )

    Parameters

    fullUpdate
    Whether to update the control layout as well as the content (default: true)
    See Also