csDrawGraph

This is an ASP component for creating graphs and charts on the fly. The resulting graph can be streamed to a browser or saved to a file. It can be used with default settings to create graphs quickly and easily, or customised to suit your web page.

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:

Bar Chart Stacked Bar Chart (Horizontal) Pie Chart Line Graph

A wider range of styles can be viewed in our Demonstration Area.

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.