VB 實例 使用數據庫 根據數據庫顯示餅圖
vb 實例 使用數據庫 根據數據庫顯示餅圖
@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
相關文章
- ASP.NET Web Pages Email
- ASP.NET Web Pages – 發布
- ASP.NET Web Pages 類參考手冊
- ASP.NET Web Pages WebSecurity 參考手冊
- ASP.NET MVC 數據庫
- ASP.NET Web Forms 教程
- ASP.NET 數據綁定
- 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# 實例 實例解釋