Spread Silverlight Documentation
Update Method (BaseSparklineView)


GrapeCity.Windows.SpreadSheet.UI Namespace > BaseSparklineView Class : Update Method
The update size.
The zoom factor to update.
Occurs when overridden in a derived class and used to update the sparkline in the view.
Syntax
'Declaration
 
Public Overridable Sub Update( _
   ByVal size As System.Windows.Size, _
   ByVal zoomfactor As System.Double _
) 
'Usage
 
Dim instance As BaseSparklineView
Dim size As System.Windows.Size
Dim zoomfactor As System.Double
 
instance.Update(size, zoomfactor)
public virtual void Update( 
   System.Windows.Size size,
   System.double zoomfactor
)

Parameters

size
The update size.
zoomfactor
The zoom factor to update.
See Also

Reference

BaseSparklineView Class
BaseSparklineView Members