dotnetCHARTING Send comments on this topic.
AspnetAjax Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : AspnetAjax Property


Controls whether the ASP.net AJAX is used or not.

Syntax

Visual Basic (Declaration) 
Public Property AspnetAjax As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Boolean
 
instance.AspnetAjax = value
 
value = instance.AspnetAjax
C# 
public bool AspnetAjax {get; set;}

Remarks

It should be set to true when using the chart control inside the asp UpdatePanel.

See Also

© 2016 All Rights Reserved.