Spread Silverlight Documentation
Update Method (LineSparklineView)


The updated size.
The zoom factor used for the update.
Updates the sparkline in the view when overridden in a derived class.
Syntax
'Declaration
 
Public Overrides Sub Update( _
   ByVal size As System.Windows.Size, _
   ByVal zoomfactor As System.Double _
) 
'Usage
 
Dim instance As LineSparklineView
Dim size As System.Windows.Size
Dim zoomfactor As System.Double
 
instance.Update(size, zoomfactor)
public override void Update( 
   System.Windows.Size size,
   System.double zoomfactor
)

Parameters

size
The updated size.
zoomfactor
The zoom factor used for the update.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

LineSparklineView Class
LineSparklineView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.