Dundas Chart for Windows Forms
ZoomReset(Int32) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > AxisDataView Class > ZoomReset Method : ZoomReset(Int32) Method


numberOfViews
How many view zoom operations to reset. Zero for all.
Reset the specified number of zooming operations by restoring axis data view.
Reset several zooming operation by restoring data view size/position.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub ZoomReset( _
   ByVal numberOfViews As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As AxisDataView
Dim numberOfViews As Integer
 
instance.ZoomReset(numberOfViews)
C#  
public void ZoomReset( 
   int numberOfViews
)

Parameters

numberOfViews
How many view zoom operations to reset. Zero for all.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.