.netCHARTING - Bar Charts
| Author |
|
| Company |
.netCHARTING |
| Source Code Available |
No |
| License Type |
Commercial |
| Submitted On |
January 26, 2007 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x, 2.0 |
| Cost |
$395 |
Description

.netCHARTING Enterprise Edition seamlessly
integrates database access, data aggregation and date handling with dynamic
chart rendering. This unique combination of features provides you with immediate
access to your existing data, from Access to SQL Server, in stunning visual
formats. .netCHARTING includes an extensive suite of charting types with
powerful combination types along with pies, bars, columns, lines, arealines,
points, radars, stock, gantt, splines, gauge, dial, mapping and more in both 2D and 3D views.
- Create dynamic charts from your own custom database in seconds
- All samples provided in both C# and VB.NET
- Beautifully rendered charts that rival even high-end desktop charting solutions
- Easily create drill down and hotspot / tooltip
charts (by adding 1 line of code)
Version 4.1 Released Dec. 7th 2006. Major new features: see our version history for complete details. Major new additions include geographic mapping support, native vector format support including PDF, SWF, and SVG, and ImageBar(tm) support! 4.1 added compressed SVG, compressed PDF, Cone, Funnel, Pyramid, interative mapping and much more.
NEW: In addition to official support for ASP.NET 1.0 and 1.1, .netCHARTING has a specific release for ASP.NET 2.0! New final XAML support added for .NET 3.0!
Syntax Example
<script runat="server">
Sub Page_Load(Sender As Object,E As EventArgs)
chart.ConnectionString = "data.mdb")
chart.Series.Name="Items"
chart.Series.DateGrouping = "day"
chart.Series.SqlStatement= "SELECT Sum(Quantity), OrderDate FROM Orders"
chart.SeriesCollection.Add()
End Sub
</script>
<HTML><HEAD><TITLE>Orders Report</TITLE></HEAD>
<BODY>
<DIV align=center>
<dotnet:Chart id="chart" Title="Item Sales" XAxisLabel="Hours" runat="server"/>
</DIV>
</BODY>
</BODY>
</HTML>Screenshots
Reviews
Submit a review