<%@ Page language="c#" Codebehind="template.htm.aspx.cs" AutoEventWireup="false" Inherits="NQL.WebForm1" %> NQLSoftware
Home Products Support Download White Papers Contacts Careers

SQL-Builder

DMS

WebGraphics SDK

WebGraphic SDK™ 

Reporting Tool Software Development Kit.
Easily Create Detailed and Informative bar charts, pie charts on your aspx page.

How easy?

You can create a pie chart with few lines of codes below:

	WebGraphics.Drawing draw = new WebGraphics.Drawing();
	float []values ={7,39,13,20,8,25, 6,17};
	System.Drawing.Color [] colors = {Color.Red,  Color.Blue, Color.Aqua, Color.Purple, Color.Yellow, Color.Tan, Color.Pink, Color.LightBlue};
	draw.PieChart(ref Image1,values,colors);

Example of bar chart

Example of pie chart



Contact Us 4200 Wade Green Rd. Unit 4. Kennesaw, GA 30144
Copyright© NQLSoftware Inc. All Rights Reserved