Click here to Skip to main content

Charts, Graphs and Images

Great Reads

by Espen Harlinn
Release the random artist inside you
by Espen Harlinn
Learn how to visualize data generated by an ASP.Net HTTP handler using D3.js
by Kel_
Presents a real-time gauge implementation that can be used for building dashboards
by MohamedKamalPharm, MohamedSabryBakry
We used VB.NET and MS Chart in a Web Application to extract the data from a user-uploaded or online database, create life tables using the Kaplan-Meier Formula and plot the survival curve. The whole operation is performed through a user friendly web-based wizard.

Latest Articles

by dale.newman
A visual look at the last three seasons of fantasy football using open source tools.
by Alex Turok
In this blog I demonstrated how one can programmatically explore several chaotic systems: logistic map, Barnsley fern and Lorenz system. While doing this I focused mainly on producing plots or, at least, generating trajectories of these systems with different programming languages. At the same time,
by Nikola Breznjak
Why? Recently I had to make a script which runs once per week and gathers images of an admin interface (login required) and sends it to its manager by email for quick overview. This is great because it saves the manager’s time as he doesn’t have to login to the website and click through
by harleydk
Image Orientation of Images Uploaded via ASP.NET fileupload Control

Discussions

by dale.newman on article "Fantasy Football Review"
by ?????? ????????? on technical blog "Drawing charts with wxWidgets:...
by PIEBALDconsult on article "Fantasy Football Review"
by dale.newman on article "Fantasy Football Review"
by dale.newman on article "Fantasy Football Review"

All Articles

Sort by Updated

ASP.NET - Images and multimedia 

1 Aug 2013  
Syed BASHAR
Upload video/audio file and convert video to Flash video (flv) and do progressive streaming using an ASP.NET handler.
1 May 2013  
DrABELL
YouTube™ video player API provides variety of customization features (ASP.NET, C#)
9 Jul 2012  
Florian Rappl
Let's build a sample project with a Google like image uploader embracing jQuery, AJAX, and MVC.
12 Jun 2012  
Richard Leiser
How to make a dynamic/embedded image at run-time for an ASP.NET application using GDI+.
1 Jan 2012  
Dr. Song Li
This article presents an example to upload and download files with SQL Server in ASP.NET.
7 Sep 2011  
R.DileepKumar
Creating image thumbnail using C# .NET, useful in web applications.
5 Jul 2011  
Chad Z. Hower aka Kudzu
This short article will show an easy way to extract HTML data URI images and convert the HTML to use external images.
14 Jun 2011  
Matt Perdeck
Describes a fast algorithm to pack a series of rectangles of varying widths and heights into an enclosing rectangle of minimum size
25 Feb 2011  
Sergio Mach
Map two color images to an HTML file with MAP elements
3 Jul 2010  
esupersun
This article shows how to extract OLE pictures with specific formats like BMP, JPEG, PDF or Microsoft WORD from Access, convert and save them in SQL
21 Jun 2010  
Corey Fournier
gheat ported to C#
4 Jan 2010  
Leftend
A simple library to save, resize, scale, crop, and rotate uploaded images.
21 Dec 2009  
pfeds
Resizing images in ASP.NET using GDI+.
12 Dec 2009  
Prakash Hirani
This article describes how you can resize an image at runtime with watermark.
11 Dec 2009  
rmostafa
This is an update to the RbmBinaryImage control - to display barcodes.
30 Oct 2009  
Sunasara Imdadhusen
Generate CAPTCHA graphics that you can use on websites to help authenticate users.
14 Sep 2009  
Zhupanov Valeriy
How to make pictures with rounded corners in ASP.NET.
2 Sep 2009  
Gary Stafford
This ASP.NET Web Application demonstrates the use of ImageMagick to create thumbnails and larger preview images, both from an uploaded image file.
10 Jun 2009  
Leonscape
Code for stripping the gAMA chunk from PNGs in managed code, to solve problems with Gamma Correction.
17 Feb 2009  
Tom Crane
Browser-based resizing and optimisation of images
6 Jul 2008  
Rupesh Kumar Swami
A column chart (simple,stacked, or 100% stacked column) representation using Office Web Components.
5 Jun 2008  
Claudio Pizzillo
An ASP.NET handler to apply WPF XAML templates on images.
14 May 2008  
jrhea
An ASP.NET Handler for resizing and rotating/flipping images dynamically.
10 Apr 2008  
Anoop Unnikrishnan
This article addresses the construction of a simple graph library using C#.
23 Jan 2008  
Kevin Wollmann
This is a way to make Website Theme templates automatically.
21 Jan 2008  
Madhukar Mudunuru
Google Charts in .NET
31 Dec 2007  
Jake Morgan
Create browser-independent gradients dynamically with an ASP.NET IHttpHandler.
5 Nov 2007  
Nate K
An article on how to create a custom control to render dynamic images with random text content which can be used for code verification.
27 Oct 2007  
flipmind
ImageTemplate.NET lets you easily generate images dynamically for use on your website.
4 Sep 2007  
hartertobak
Writing a transparent GIF directly into the output stream via ASP.NET and C#.
7 Aug 2007  
Raymund Macaalay
Creating web graphics dynamically / on the fly.
17 Jul 2007  
FF77
V.2. Code corrected - This project contains a Web Custom Control for rendering images directly from the database. Can be used with image fields, with text, date, or number fields (it generates an image containing the text), and with URL fields (like a regular image control).
15 Jul 2007  
FF77
This project contains a Web Custom Control for rendering images directly from the database. Can be used with image fields, with text, date, or number fields (it generates an image containing the text), and with URL fields (like a regular image control).
28 May 2007  
Sau Fan Lee
ASCII Art generator in ASP.NET.
24 May 2007  
Declan Bright
A thumbnail image viewer control which downloads and displays the full size image in modal form using a floating div and javascript.
17 May 2007  
Sacha Barber
Shows how to store images in SQL Database Image Storage & create Thumnails easiliy from
11 Apr 2007  
rj45
Image manipulation in ASP.NET including zooming, drawing lines, etc., using GDI+.
29 Nov 2006  
rmortega77
Generate an image with a random code number for user identification.
20 Nov 2006  
salysle
This article addresses the construction of a simple image gallery type of web application.
26 Oct 2006  
T.D. Ryan
Create dynamic image thumbnails on-the-fly at runtime.
25 Oct 2006  
Charles Windhausen
Internet Explorer 5.5 and 6 cannot display transparent PNG images using the standard IMG tag. Here's a solution that uses a control adapter to output different HTML when the image to display is a PNG.
26 Sep 2006  
code-frog
Provide a very simple set of instructions for creating your own media gallery and loading your images from SQL Server 2005.
20 Sep 2006  
Oleg Fridman
Use the clipboard to rasterize and/or resize a PDF file. This allows you to also save it for use as a JPG.
28 Aug 2006  
salysle
This article describes an easy approach to creating custom web controls used to display Microsoft DirectX Image Transformation filter effects in an ASP.NET 2.0 web page.
20 Jul 2006  
avronp
Create any 2-D graph, chart, or graphics without any code.
24 Mar 2006  
Kelum W. Ganegoda
Reading BLOBs (images) from a database and displaying them in an ASP.NET application.
24 Feb 2006  
Emanuele Briano
This article explains how to dynamically resize an image in your web page to a given size, maintaining the original height/width ratio.
15 Dec 2005  
Gavin Harriss
This article demonstrates how to apply a color wash to images within .NET, complimenting what's possible with CSS.
4 Nov 2005  
eug_acc (Eugene Akimov)
A photo images gallery browsing template - CatalogView style.
1 Jul 2005  
daniel_nilsson
Testing FlashRemoting with .NET.
7 Apr 2005  
gayansm
An article on using dynamic images in web pages.
24 Mar 2005  
Shady Khorshed
Creating a photogallery without a database, just gets files' information.
25 Feb 2005  
vivekthangaswamy
How to upload files to Web pages in ASP.NET? How to read an image from a database using ADO.NET and display it in a Web page?
31 Jan 2005  
Daniel Fisher (lennybacon)
About writing an image to ASCII converter.
19 Jan 2005  
vadivelkumar
To generate random alphanumeric numbers in image format for image verification.
13 Jan 2005  
Perumaal.Shanmugam
This allows you to copy some files of interest to a folder (local/network) and let ASP.NET write the UI (run time dynamically) to maintain a browsable interface.
29 Dec 2004  
dev2dev
This article is based on Manster's article and extension is given to his/her code in VB.NET version.
2 Dec 2004  
n_1_c_k
A web control that allows photo album browsing
9 Nov 2004  
J A Srikanth
This article demonstrates how to create chart in ASP.NET using System.Drawing namespace.
5 Oct 2004  
blackinkbottle
How to perform simple web image annotation using ASP.NET.
16 Sep 2004  
Mind Experts
How to render multiple images from the DB to the web pages directly.
6 Aug 2004  
James Coleman
An article that demonstrates how one can leverage the ImageGenerator Class to create textual images on the fly
30 Jun 2004  
Tingz Abraham
Explains how to perform drawing on a large image retrieved from the database, and then stream the image with the "Open/Save" option.
18 Jun 2004  
Dolph
If you have a pre-existing graphic and you want to write some text over it...
7 Apr 2004  
Harish Palaniappan
.NET image manipulation examples, as an ASP.NET Project. Good application-savvy effects.
25 Feb 2004  
zeddy
Shows you how to display an image with a text written on it to prevent users from copy-pasting
19 Feb 2004  
cgreen69
An article on the practical uses of dynamic graphics
13 Feb 2004  
zeddy
Shows you how to display an image with a text written on it to prevent users from copy-pasting.
8 May 2003  
'Anil' Radhakrishna
Overcome the problem of image quality deterioration on resizing by converting to PNG format.
28 Apr 2003  
MJDamron
Discusses the implementation of a 3D pie chart in ASP.NET
24 Mar 2003  
Andrew S Traub
This is a simple method to display a custom drawn graphic on the fly without referencing an .aspx page.
8 Nov 2002  
Erik Brown
Using ASP.NET and reflection to display the ImageCodecInfo objects available on the server machine.
25 Jun 2002  
Laurent Kempé
Streaming Dynamic Images from your webcam into your web pages.
Sort by Updated

Charts 

26 Jan 2014  
mlcactus
Introduction to dragonchart-open-source infographics drawing component based on HTML5
21 Jan 2014  
Member 3792090
Tips and tricks for working with dc.js.
20 Jan 2014  
Member 3792090
Styling dc.js graphs
9 Sep 2013  
Davinder Singla
This article provides an intorduction to JFreeChart library and how to create charts using it.
11 May 2013  
Azim Zahir
This article describes using FusionCharts with C#.
25 Mar 2013  
Marcelo Ricardo de Oliveira
A jQuery plugin for a 3D Bar Chart.
9 Nov 2012  
MohamedKamalPharm, MohamedSabryBakry
We used VB.NET and MS Chart in a Web Application to extract the data from a user-uploaded or online database, create life tables using the Kaplan-Meier Formula and plot the survival curve. The whole operation is performed through a user friendly web-based wizard.
30 Apr 2012  
Ramser
An example to show JavaScript charts with ASP.NET or PHP
23 Apr 2012  
Mahsa Hassankashi
A simple way to manage a project and show progress on a Gantt chart.
13 Dec 2011  
Dr. Song Li
This article presents an example to create interactive charts on browsers using the "ASP.NET charting" tool with Image Maps. It also demonstrates how to add the same charts in PDF documents by re-using the same code.
4 Oct 2011  
Marcelo Ricardo de Oliveira
An interactive World Map using SVG and jQuery.
3 Oct 2011  
santosh poojari
This article will demonstrate the approach to use the report viewer control to act as a medium to export image,web form in PDF/Excel. This will help us to do away with third party control to achieve our end objectives.
8 Jun 2011  
Wahab Hussain
Web based usage of ZedGraph with ASP.NET
17 Mar 2011  
Rainer Halanek
Adds a new series that can be used in the MS Web Chart control which will draw a Bezier curve for the construction points you define.
15 Nov 2010  
Ariful Islam Sabuz
Shows how chart controls are used in ASP.NET MVC
22 Oct 2010  
Ed Guzman
The Chart control gives you freedom to develop graphic reports.
9 Oct 2010  
AS01234
Tutorial on using ZedGraph on a Medium trust web host, beginning to deployment.
26 Jun 2010  
Conrad Kanengieter
This is a demo plot in HTML and SVG where JavaScript controls SVG.
22 Jun 2010  
Gerard Castelló Viader
This article explains how to create some interesting charts in SVG documents
8 Apr 2010  
Thulasee Shan
3D Pie Chart ASP.NET Server Control using Julijan Sribar's modal
18 Jan 2010  
ZHAOBING_NTU
A dynamic Flash chart that can commnunication with your database.
9 Oct 2009  
Saravanan Muthiah
Maani chart implementation for ASP.NET applications
16 Jul 2009  
Joe2906
An example to display stock indexes in an Ext JS chart. Including an introduction to Ext JS, a simple introductory Ext JS example, and an introduction to the new charts feature. Concludes with a more comprehensive demo showing some more of Ext’s features.
28 May 2009  
motaweb51
How to implement a radar chart with OpenFlashChart inside an ASP.NET VB.NET project.
4 May 2009  
Ghaffar Khan
Show your data on Google map using C# and JavaScript
8 Mar 2009  
Silent Jesus
Display data to a chart using LINQ and XML.
17 Feb 2009  
Henry Tan Setiawan
Dynamically Rendering 2D graphics with ASP.NET/GDI+/C#
9 Feb 2009  
Shahid Syed
This helper class makes it easy to work with Fusion Charts.
7 Oct 2008  
Vani Kulkarni
How to create and display funnel charts on a web page with C# and ASP.NET.
13 May 2008  
Mehreen Ansari
Chart designer is an application written in JavaScript that allows to create charts and graphs dynamically.
15 May 2007  
Joe Lynds
A simple thermometer chart for ASP.NET.
Sort by Updated

General 

30 Jun 2014  
dale.newman
A visual look at the last three seasons of fantasy football using open source tools.
21 Jan 2014  
Member 3792090
Using crossfilter.js to manipulate Javascript arrays
21 Jan 2014  
Member 3792090
Graphing
27 Nov 2013  
Tharaka MTR
Emoji; is the Japanese term for the ideograms or smileys used mostly in Japanese electronic messages and webpages.
9 Sep 2013  
Kel_
Streamed chart implementation using modern HTML5 features.
9 Sep 2013  
Kel_
Presents a real-time gauge implementation that can be used for building dashboards
6 Jul 2013  
kannankeril
Simple dashboard utilizing an elegant HTML+CSS+JavaScript template from TechGYO and the Highcharts library.
12 Feb 2013  
V.
How to dynamically build a JQPlot graph through the code behind.
16 Jan 2013  
Espen Harlinn
Learn how to visualize data generated by an ASP.Net HTTP handler using D3.js
14 Aug 2012  
Henry Tan Setiawan
HTML5/SVG MVVM with KnockoutJS
5 Jun 2012  
Espen Harlinn
Release the random artist inside you

Advertise | Privacy | Mobile
Web02 | 2.8.140627.1 | Last Updated 30 Jun 2014
Copyright © CodeProject, 1999-2014
All Rights Reserved. Terms of Service
Layout: fixed | fluid