文件名称:huichitubiao
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 和**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在VB中动态绘制图表,供VB编程人员学习-Private Sub Form_Load()
Me.MSChart1.chartType = VtChChartType3dCombination
Me.MSChart1.ColumnCount = 5
Me.MSChart1.RowCount = 3
Dim column, row As Integer
For column = 1 To Me.MSChart1.ColumnCount
For row = 1 To Me.MSChart1.RowCount
Me.MSChart1.column = column
Me.MSChart1.row = row
Me.MSChart1.Data = Rnd* Rnd
Next
Next
End Sub
Me.MSChart1.chartType = VtChChartType3dCombination
Me.MSChart1.ColumnCount = 5
Me.MSChart1.RowCount = 3
Dim column, row As Integer
For column = 1 To Me.MSChart1.ColumnCount
For row = 1 To Me.MSChart1.RowCount
Me.MSChart1.column = column
Me.MSChart1.row = row
Me.MSChart1.Data = Rnd* Rnd
Next
Next
End Sub
(系统自动生成,下载前可以参看下载内容)
下载文件列表
huichitubiao\Form1.frm
............\Form1.frx
............\_desktop.ini
............\工程1.vbp
............\工程1.vbw
huichitubiao
............\Form1.frx
............\_desktop.ini
............\工程1.vbp
............\工程1.vbw
huichitubiao