GrapeCity.Xaml.SpreadSheet.UI
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 Size, _
   ByVal zoomfactor As Double _
) 
'Usage
 
Dim instance As LineSparklineView
Dim size As Size
Dim zoomfactor As Double
 
instance.Update(size, zoomfactor)
public override void Update( 
   Size size,
   double zoomfactor
)

Parameters

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

LineSparklineView Class
LineSparklineView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options