App下载

try_webpages_vb_007 在线工具

try_webpages_vb_007 在线工具

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/statics/demosource/showrazor.css" />
</head>
<body>
<span class="marked">
@Code 

Dim db = Database.Open(&quot;SmallBakery&quot;) 

Dim dbdata = db.Query(&quot;SELECT Name, Price FROM Product&quot;) 

Dim myChart = new Chart(600,400) 

myChart.AddTitle(&quot;Product Sales&quot;) 

myChart.AddSeries(&quot;Employees&quot;,&quot;column&quot;,,,,,dbdata,&quot;Name&quot;,dbdata,&quot;Price&quot;) 

myChart.Write()

End Code

</span>
</body>
</html>
运行结果