Using ASP to generate graphs makes it easy to integrate the display with the rest of your web application. Generating a GIF or PNG image allows a clear image to be produced, with optional transparency. Control over colours and text styles enables you to make your charts fit in with an existing web site design.
There are a wide range of properties that control the appearance of a graph. Most of these properties can be left at their default values allowing a graph to be produced relatively quickly. The overall size can be varied, including the length and position of the axes. The total values can be shown on bar charts and pie charts. A prefix or suffix can be added to these values to display currency or other units. Text annotations can be added, and on line graphs the plotted coordinates can be used. For full details see the online manual and also our demo section.
csDrawGraph is a COM object and can be used with other COM enabled applications, such as Visual Basic or Cold Fusion. It is not restricted to classic ASP. We have an OCX control, csXGraph, which is more suitable for use with visual programming tools. We also have a .NET specific component, csASPNetGraph.
Here are some simple examples showing graph types:
A wider range of styles can be viewed in our Demonstration Area.
- We have some demos that you can view and download:
- Simple Example - A simple pie chart and bar chart, on one page.
- Database Example - This shows how graphs can be produced by taking data from a database.
- Image Map - A chart with a dynamically generated image map.
For a full description of all the properties, read the online manual. Or view the pdf version.
Click Here for more on using csDrawGraph with Visual Basic.
Click Here for more on using csDrawGraph with Cold Fusion.
Click Here for more on using csDrawGraph with ASP.NET.
Click Here for more on csXGraph.
Click Here for more on csASPNetGraph.