Checks if the browser is capable of supporting partial chart updates (AJAX requests).
Note: This is a static method (class method). It should be accessed as JsChartViewer.canSupportPartialUpdate, not objName.canSupportPartialUpdate.
This method allows one to switch between partial chart updates and full page update depending on the capabilities of the browser.
In the current version of JsChartViewer, partial chart updates (AJAX requests) require the browser to support one of the followings:
- XMLHttpRequest
- Msxml2.XMLHTTP or Microsoft.XMLHTTP
© 2021 Advanced Software Engineering Limited. All rights reserved.