Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Refresh Method / Refresh() Method


In This Topic
    Refresh() Method
    In This Topic
    Forces the element to invalidate its client area and immediately repaint.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Refresh() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.Refresh()
    public override void Refresh()
    See Also