Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.820 Times

Make Graph Chart software
Filter: All | Freeware | Demo
 

Make Graph Chart

< 1 2 3 4 5 > 
Added: November 09, 2006 | Visits: 8.658

Swiff Chart Create Eye-Catching Animated Charts in Macromedia Flash format. Paste your Data Series from your spreadsheet or import them as a formatted text file, apply a predefined Style, adjust parameters and animations and instantly export your chart as a Flash file. Integrate it in a Web page and make it... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 1.27 MB Download (1029): Swiff Chart Download

Released: June 02, 2003  |  Added: July 09, 2006 | Visits: 3.699

2D/3D Line Graph Software 2D / 3D Line Graph provides both a client and server side solution for the incorporation of line graphs into web pages. It provides versatile components so that web authors and Java developers can easily build and publish dynamic and interactive line graphs. With many configurable features and... Platforms: DOS, Windows, Mac, *nix, Windows CE

License: Shareware Cost: $49.95 USD Size: 220 KB Download (607): 2D/3D Line Graph Software Download

Released: June 06, 2017  |  Added: October 11, 2017 | Visits: 5.374

Nevron Chart for .NET Nevron Chart for .NET is designed to be flexible, efficient and extensible. Combining a vast amount of features in an intuitive and straightforward programming model, the component can display virtually any 2D or 3D chart including: Bar, Line, Step Line, Area, Pie, Point, Bubble, Stock, Floating... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $589.00 USD Size: 245.02 MB Download (215): Nevron Chart for .NET Download

Released: January 04, 2005  |  Added: June 14, 2006 | Visits: 3.537

Rich Chart Server Rich Chart Server generates captivating dynamic Flash charts from ASP.NET and Windows Forms applications. Use the included authoring tool to visually design a rich chart template which can include stunning animation effects, audio narration, text and image elements, links and tooltips, and any... Platforms: Windows

License: Shareware Cost: $695.00 USD Size: 5.48 MB Download (114): Rich Chart Server Download

Added: November 27, 2006 | Visits: 7.014

Advanced Graph and Chart Collection for PHP Add Powerful reporting features to your Web / Intranet pages and applications. With advanced graphing you will be quickly adding impressive and dynamic charting capabilities bringing your data alive ! The PHP graphing scripts provide a very easy way to embed dynamically generated graphs and... Platforms: OS/2, Windows, Mac, *nix

License: Shareware Cost: $195.00 USD Size: 758 KB Download (517): Advanced Graph and Chart Collection for PHP Download

Released: March 05, 2007  |  Added: March 15, 2007 | Visits: 4.069

Dragonfly Chart .Net Welcome to Dragonfly Chart .Net for Windows Form Version 2.0.0.0, including more than 7 chart components of Pie Chart, Bar Chart, X-Y Chart and Angular Chart. Dragonfly Chart .Net provides 2D/ 3D .Net Controls of pie chart, ring chart, bar chart, X-Y Chart and angle chart, which can be widely... Platforms: Windows

License: Demo Cost: $300.00 USD Size: 3 B Download (566): Dragonfly Chart .Net Download

Released: October 16, 2017  |  Added: October 25, 2017 | Visits: 6.421

Gantt Chart The Gantt Chart is a modern and extremely easy-in-use project plan system. This system allows you to specify complex tasks sequences - a task or multiple tasks can be required to be completed before other tasks can be started. This modern and extremely handy program makes project management a... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $49.95 USD Size: 14.72 MB Download (559): Gantt Chart Download

Released: September 22, 2015  |  Added: September 23, 2015 | Visits: 3.406

Gantt Chart for Workgroup The Gantt Chart for Workgroup is a modern and extremely easy-in-use project plan system with the additional capability to share data over the network. This system allows you to specify complex tasks sequences - a task or multiple tasks can be required to be completed before other tasks can be... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $69.95 USD Size: 32 MB Download (216): Gantt Chart for Workgroup Download

Released: September 15, 2008  |  Added: November 29, 2008 | Visits: 1.632

MasterChart Easy to use .NET charting controls for ASP.NET and Windows Forms applications. The package includes Graph, Line, Area, Bar and Pie Chart components. Each of them can be fully customized via the hundreds properties and methods exposed. All controls support data-binding for fast and easy database... Platforms: Windows

License: Demo Cost: $300.00 USD Size: 7.02 MB Download (109): MasterChart Download

Added: January 09, 2010 | Visits: 2.553

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );... Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Added: January 22, 2010 | Visits: 1.655

Chart::Plot Chart::Plot is a Perl module to plot two dimensional data in an image. SYNOPSIS use Chart::Plot; my $img = Chart::Plot->new(); my $anotherImg = Chart::Plot->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() ); $img->setData (@xdataset, @ydataset);... Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: August 18, 2010 | Visits: 1.029

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: November 03, 2010 | Visits: 1.203

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR... Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.008

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting... Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Released: May 13, 2011  |  Added: May 23, 2011 | Visits: 1.314

Graph Converter Lite Graph Converter Lite Convert all existing paper charts and diagrams to electronic form with this easy to learn program. Just scan the graph, open the image in Graph Converter Lite, calibrate, and the modern algorithm for automatic graphs recognition creates the tables automatically. May be... Platforms: Windows

License: Freeware Size: 1.92 MB Download (141): Graph Converter Lite Download

Released: March 12, 2012  |  Added: April 02, 2012 | Visits: 1.077

Graph Earth Visualize your data in 3D! Quick, easy and inexpensive. Graph Earth enables management, marketing and other business professionals to create stunning visual representations of their data, all without the time and costs associated with a full-featured GIS. Viewable by Everyone! Create one of a... Platforms: Windows

License: Demo Cost: $24.95 USD Size: 469 KB Download (96): Graph Earth Download

Released: January 22, 2016  |  Added: March 05, 2016 | Visits: 1.452

MindFusion.Charting for WPF Easy to use .NET gauge and charting controls for WPF applications. The package includes Graph, Line, Area, Surface, Bar, Radar and Pie chart components (in 2D and 3D) and Oval and Linear gauges. Each of them can be fully customized via the hundreds properties and methods exposed. All controls... Platforms: Windows, Windows 7, Windows Server

License: Commercial Cost: $300.00 USD Size: 9.73 MB Download (80): MindFusion.Charting for WPF Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 1.372

MB Astrology Rashi Chart (South Indian Style) MB Free Vedic Astrology Rashi Chart (South Indian Style) Software is a rashi chart software based on Vedic Astrology. This program tells us in detail the accurate astronomical locations of planets at the time of an individual's birth. Using the information that your birth chart gives, Vedic... Platforms: Windows

License: Freeware Size: 1.32 MB Download (498): MB Astrology Rashi Chart (South Indian Style) Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 1.125

MB Astrology Rashi Chart (North Indian Style) MB Free Vedic Astrology Rashi Chart (North Indian Style) Software is a rashi chart software based on Vedic Astrology. This program tells us in detail the accurate astronomical locations of planets at the time ofan individual's birth. Using the information that your birth chart gives, Vedic... Platforms: Windows

License: Freeware Size: 1.38 MB Download (487): MB Astrology Rashi Chart (North Indian Style) Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 655

RadarCube ASP.NET OLAP Chart for MSAS ASP.NET and Silverlight OLAP control to add Visual Analysis to your applications. Displays business data on the internet in charts and graphs rather than in numbers. 100% managed code authored entirely in C# 2.0. Gives users an opportunity to analyze their business data visually and spot new... Platforms: Windows

License: Shareware Cost: $399.00 USD Size: 27.56 MB Download (56): RadarCube ASP.NET OLAP Chart for MSAS Download

< 1 2 3 4 5 >