Gets a read-only flag that indicates if the axis has been zoomed.
Indicates if axis is zoomed in or not.
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property IsZoomed As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsZoomed {get;} |
Return Value
True if axis is being zoomed on, otherwise false.To see if an axis can be zoomed use the Zoomable property. To zoom on an axis use the Zoom method.
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