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# 实例 实例解释