The
AJAXZoomEnabled property switches the type of calls made by the zoom functionality from using callbacks to using page postbacks. This allows for the refreshing of many charts in a one quick simultaneous manner.
Syntax
Visual Basic (Declaration) |
|
Public Property AJAXZoomEnabled As Boolean |
Visual Basic (Usage) |
Copy Code |
Dim instance As Chart
Dim value As Boolean
instance.AJAXZoomEnabled = value
value = instance.AJAXZoomEnabled
|
C# |
|
public bool AJAXZoomEnabled {get; set;} |
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