![]() |
ASP Source Code: iaspchart.asp |
|
|
|||
<% Response.ContentType = "image/JPEG" Set Chart = Server.CreateObject
("ASPChart.Chart") Chart.AddSeries (cBar) Chart.ChartTitleAdd ("Simple
Bar Chart") Chart.BevelOuter = cNone Chart.Height = 300 rem Response.Write "<p>Expires:
" & Chart.Expires Set Chart = nothing |
|||
|
|||
Copyright © 1998-2002, Halcyon Software Inc. All rights reserved. |