By tag: charting
0
kicks
amCharts for WPF 1.0 Beta Released
amCharts has released a beta of version 1.0 of their WPF charting library. This release includes support for various types of pie, donut, line, area, column and bar charts and as always is FREE under linkware license.
0
kicks
Combining ASP.NET MVC and new ASP.NET Charting Controls
"As ScottGu recently posted on his blog, Microsoft have recently released a set of charting components. Several people followed up with comments on his post asking whether it was possible to use them with ASP.NET MVC. The good news is that it certainly is, if you are using ASP.NET as the View e...
0
kicks
Interactive Flash Charts in ASP.NET: Column Chart from Code-behind
This tutorial shows how to add amCharts column chart bound to the SQL Server database completely from code-behind.
0
kicks
Quick and dirty reporting with the Google Chart API
A quick example of how to quickly create a graphical report using the Google chart API, and driven off of your database.
0
kicks
ASP.NET Controls for amCharts 1.5 Released
New version of ASP.NET controls for one of the most popular flash charting packages has been released. Custom context menu items, guides, gradient colors are just a few of the features added.
0
kicks
Workaround: Infragistics column chart with columns having same height
The Infragistics NetAdvantage has pretty much bugs almost on every release. Considering the NetAdvantage 7.x releases, it is not possible to render column charts with all columns having same heights. Here is a workaround for this issue
0
kicks
How to: Enable zooming on Infragistics composite charts
To do this on a regular UltraChart chart layout is not a difficult thing but when we consider the composite charts it seems to be not supported. Well, this is not true. Actually we use the same properties to do it excepting that for the composite chart those properties are not shown by IntelliSense....
0
kicks
How to: Create new chart types with Infragistics Ultrachart
The Infragistics NetAdvantage 7.3 release came out with a new event for the Ultrachart user control. The FillSceneGraph event was provided to help those who want to change the chart’s elements right before firing the Paint event. Using this new event we can create new chart types that are not suppor...
0
kicks
Add Flash Charts to Your ASP.NET Web Site. Part 2: Data binding
This part of the series looks at how to bind our pie chart to a real data source and covers a couple of visual enhancement options.
0
kicks
Add Flash Charts to Your ASP.NET Web Site. Part 3: Auto-reloading Data
In the first two parts of the series we've learned how to add a simple pie chart to your pages and how to bind the chart to real data. This time we will learn the way of making the chart reload it's data in specified intervals and see more options for visual customization.
0
kicks
Add Interactive Charts to Your ASP.NET Application. Part1: Basics
This is the first part in the series of tutorials showing how to add dynamic, interactive, data-driven charts to your ASP.NET web applications. In this first installment I will show you how to add ASP.NET Controls for amCharts into your Visual Studio toolbox and add a simplest form of pie chart to y...
0
kicks
ASP.NET Controls for amCharts Released
AmCharts are very customizable and flexible Adobe Flash charts. However generating data and modifying settings on the fly requires a substantial amount of data transformations and XML generation. This is where "ASP.NET Controls for amCharts" step in. This set of ASP.NET controls allows .NE...
0
kicks
Free Google Charts API Released
I'm not sure if this is .NET related enough, but it's got the potential to be very useful for any web development. You just pass the data and chart parameters on the QueryString and it returns a PNG with your chart. Pretty nifty.
0
kicks
Free charting for ASP.NET
Open Flash Chart is an open source flash control that can display charts on a web page.
The latest release contains an ASP.NET libary.
0
kicks
ASP.NET Charting with NPlot
There are several commercial charting libraries available for ASP.NET. They are extensively advertised, and can certainly do the job. However, frugal developers like me may prefer freeware alternatives. In this article we will examine using NPlot to create charts in an ASP.NET application. NPlot is ...