Dundas Chart for ASP.NET
IsZoomed Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl 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

A boolean value indicating whether or not the axis has been zoomed on.

Remarks

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.