Chart FX and AJAX
Developers face important challenges when building truly interactive web applications because of the stateless nature of the web. For one, round trips to the server impact end user experience and negatively affect the application’s performance, but most importantly, with every page refresh the application ends up losing the focus of its input controls like edit and combo boxes.
To alleviate this situation, Visual Studio incorporates out of band callbacks that allow developers to build web applications that can actually make a call back to the server and fetch new data without having to refresh the entire page.
Chart FX 7 takes advantage of the out of band callbacks capability and combines it with a powerful DHTML engine to produce chart images that allow full interactivity and support state in web applications.
Among other things, the Chart FX DHTML rendering engine allows developers to:
While the user is interacting with the chart, the Chart FX DHTML rendering engine will automatically update the chart with the new data. While this takes place, end users don't lose any of their chart settings, they don't get the appearance of a complete page refresh, and Internet Explorer didn't need to download the entire page content again; it only updated the one portion of the chart that changed.
© Copyright 2000-2023 COGITO SOFTWARE CO.,LTD. All rights reserved