We are looking to implement some complex charting graphs for a new application we are building. Some of the charts are scatter graphs that sometimes have a high clustering of data in specfic areas. Is there a charting tool that is similar to Google Maps that gives you a high level view, and then if there is too much clustering, a user can zoom in on a specific area to get a more detailed look and the points start spreading out? Free or otherwise isn't an issue.
A Chart Control is a User Control option that enables you to display chart data in Enterprise Portal. A Chart Control provides good performance because the data needed for the chart to display is contained in the data set. The Chart Control is an extension of the ASP.NET Chart Control.
The ASP.NET Chart Control provides flexible data binding options that allow you to bind to a table from a database or a collection created in code. The control also includes a built-in chart wizard that is invoked at design time, to assist in chart configuration.
</asp:ChartArea> </chartareas>
You can add multiple series to the chart by using Series property. The series are rendered in the order as it is added to the series array.
Try Microsoft Chart Controls for .Net 3.5 they also include nice demo application where you can browse the chart samples and see how it works with code samples.
These Chart Controls are by default included in .Net 4.0 so no separate installation is needed.
(source: scottgu.com)
Take a look at Microsoft Chart Controls ; They have interactivity and AJAX that you can use to zoom in and out.
http://code.msdn.microsoft.com/mschart
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With