FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Refresh Method / Refresh(Boolean) Method
if set to true, the whole chart will be re-painted regardless caching image.


In This Topic
Refresh(Boolean) Method
In This Topic
Refreshes the specified force.
Syntax
'Declaration
 
Public Overloads Overridable Sub Refresh( _
   ByVal force As Boolean _
) 
 
'Usage
 
Dim instance As ChartShape
Dim force As Boolean
 
instance.Refresh(force)

Parameters

force
if set to true, the whole chart will be re-painted regardless caching image.
See Also