VB 實(shí)例 使用數(shù)據(jù)庫 根據(jù)數(shù)據(jù)庫顯示餅圖
vb 實(shí)例 使用數(shù)據(jù)庫 根據(jù)數(shù)據(jù)庫顯示餅圖
@code
dim db = database.open("smallbakery")
dim dbdata = db.query("select name, price from product")
dim mychart = new chart(600,400)
mychart.addtitle("product sales")
mychart.addseries("employees","column",,,,,dbdata,"name",dbdata,"price")
mychart.write()
end code
相關(guān)文章
- ASP.NET Web Pages Email
- ASP.NET Web Pages – 發(fā)布
- ASP.NET Web Pages 類參考手冊
- ASP.NET Web Pages WebSecurity 參考手冊
- ASP.NET MVC 數(shù)據(jù)庫
- ASP.NET Web Forms 教程
- ASP.NET 數(shù)據(jù)綁定
- ASP.NET Calendar 控件
- ASP.NET HyperLink 控件
- ASP.NET Literal 控件
- ASP.NET TableRow 控件
- ASP.NET XML 控件
- WebSecurity RequireUser 方法
- WebSecurity ResetPassword 方法
- HTML InputCheckbox
- AdRotator
- ASP.NET HTML 控件 linkbutton
- ASP.NET HTML 控件 Validationsummary
- ASP.NET HTML 控件 Hashtable DropDownList
- C# 實(shí)例 實(shí)例解釋