Spread Windows Forms 6.0 Product Documentation
Refresh(Boolean) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class > Refresh Method : Refresh(Boolean) Method


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

Glossary Item Box

Refreshes the specified force.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub Refresh( _
   ByVal force As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartShape
Dim force As Boolean
 
instance.Refresh(force)
C# 
public virtual void Refresh( 
   bool force
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.