.netCHARTING v10.5 Documentation


dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : AjaxHandlerEnabled Property
AjaxHandlerEnabled Property
Gets or sets a value that indicates whether the charts handle all ajax calls. If this boolean is true, a dedicated handler (ashx) page is used instead of the calling page.
Syntax
'Declaration
 
Public Property AjaxHandlerEnabled As Boolean
'Usage
 
Dim instance As ImageZoomer
Dim value As Boolean
 
instance.AjaxHandlerEnabled = value
 
value = instance.AjaxHandlerEnabled
public bool AjaxHandlerEnabled {get; set;}
Remarks
This option would typically only be used if the application was very performance sensitive and is disabled by default.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also