dotnetCHARTING Send comments on this topic.
AjaxHandlerEnabled Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : 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

Visual Basic (Declaration) 
Public Property AjaxHandlerEnabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Boolean
 
instance.AjaxHandlerEnabled = value
 
value = instance.AjaxHandlerEnabled
C# 
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.

See Also

© 2008 All Rights Reserved.