Dundas Chart for Windows Forms
IsZoomed Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > AxisDataView Class : IsZoomed Property


Gets a read-only flag that indicates if the axis has been zoomed.


Indicates if axis is zoomed in or not.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property IsZoomed As Boolean
Visual Basic (Usage) Copy Code
Dim instance As AxisDataView
Dim value As Boolean
 
value = instance.IsZoomed
C#  
public bool IsZoomed {get;}

Return Value

True if axis is being zoomed on, otherwise false.

Remarks

To see if an axis can be zoomed use the Zoomable property. To zoom on an axis use the Zoom method.

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.