Column Graph

OrderidCustomerIDFreight
10540 QUICK 1007.64

11030 SAVEA 830.75

10691 QUICK 810.05

10514 ERNSH 789.95

11017 ERNSH 754.26

10816 GREAL 719.78

10479 RATTC 708.95

10983 SAVEA 657.54

11032 WHITC 606.19

10897 HUNGO 603.54

bottom next goreload

[1 - 10 : 633]

Grid Column Graph
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
  Dim CGraph As New Tornado.z
  With CGraph
    .dbQP = "U=13| M=g| S=1| PS=10| D=Nwind| Gdf=0,1,2| Th=tit=Column Graph"
    .dbColGraph = "(#!)field=Freight| width=300| height=12| icon=rainbow| style=8| minmaxsql=SELECT min(Freight), Max(Freight) From Orders"
    .dbSQL = "Select Orderid, CustomerID, Freight From Orders ORDER BY Freight DESC"
    .ASPdbNET()
  End With
End Sub
</script>

Send comments on this topic.
Copyright (c) 1998-2006 ASP-db