Charting Control for ASP.NET AJAX
The WebChartControl allows you to add charts to your ASP.NET web pages. It delivers the same data visualization features as its Windows Forms counterpart, and additionally provides the following features:
- AJAX Callback Support
Web chart control now exposes a comprehensive set of client-side events. When handling these events, you can indicate that server-side processing is required. If you do so, a callback is initiated thus allowing you to customize the chart on the server. The server will finalize the callback cycle by sending the newly generated chart image to the client.
- Server-side and Client-side Hit Testing
These features allow you to create a more interactive web chart UI. They help you determine which chart element is clicked or hot-tracked. This means that you can display tooltips for chart points, create drill-down charts and even edit charts on the client side!
- Medium Trust Support in ASP.NET Charting
Since many web hosts do not grant Full Trust permission to their clients, our Charting Control allows you to create web charts that can work at the Medium Trust permission level. (Note however that 3D charts still require Full Trust permission level, because 3D charts are based upon the OpenGL rendering library.)

The XtraCharts Suite also includes chart controls for use in Reports and WinForms Applications.
|