收藏 分享(赏)

VB调用数据库数据画mschart折线图.doc

上传人:weiwoduzun 文档编号:3150996 上传时间:2018-10-04 格式:DOC 页数:6 大小:209.50KB
下载 相关 举报
VB调用数据库数据画mschart折线图.doc_第1页
第1页 / 共6页
VB调用数据库数据画mschart折线图.doc_第2页
第2页 / 共6页
VB调用数据库数据画mschart折线图.doc_第3页
第3页 / 共6页
VB调用数据库数据画mschart折线图.doc_第4页
第4页 / 共6页
VB调用数据库数据画mschart折线图.doc_第5页
第5页 / 共6页
点击查看更多>>
资源描述

1、Private Sub Command1_Click()On Error Resume NextDim i As IntegerDim conn As New ADODB.ConnectionDim rs As New ADODB.RecordsetSet conn = New ADODB.ConnectionSet rs = New ADODB.Recordsetconn.ConnectionString = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=“ & App.Path & “lwl.mdb“conn.Openrs.Open “sele

2、ct * from lwl“, conn, adOpenKeyset, adLockOptimistic Set MSChart1.DataSource = rsWith MSChart1/ 以线条方式显示.chartType = 3/ 把刻录改为手工方式.Plot.Axis(VtChAxisIdY).ValueScale.Auto = False/ 设置最大值.Plot.Axis(VtChAxisIdY).ValueScale.Maximum = 1000/ 设置最小值.Plot.Axis(VtChAxisIdY).ValueScale.Minimum = 0/ 设置每格为 1.Plot.A

3、xis(VtChAxisIdY).ValueScale.MinorDivision = 1/ 设置收入和兼职收入总列数.ColumnCount = 2/轴坐标标题.Plot.Axis(VtChAxisIdX, 0).AxisTitle = “日期“.Plot.Axis(VtChAxisIdY, 0).AxisTitle = “收入“/轴坐标标题字体大小的设置.Plot.Axis(VtChAxisIdX, 0).AxisTitle.VtFont.Size = 15.Plot.Axis(VtChAxisIdY, 0).AxisTitle.VtFont.Size = 25/设置图表标题.Title.

4、Text = “日期和收入对应折线图“/ 显示图例说明.ShowLegend = True/ 标记每个点的值For i = 1 To .Plot.SeriesCollection.Count.Plot.SeriesCollection(i).DataPoints(-1).DataPointLabel.LocationType = VtChLabelLocationTypeAbovePointNextIf rs.RecordCount 0 Thenrs.MoveFirstElseExit SubEnd IfFor i = 0 To rs.RecordCount - 1.Column = 1 收入

5、曲线所在列.RowCount = rs.RecordCount.Row = i + 1.RowLabel = CStr(rs(“日期“).Data = rs(“收入“).ColumnLabel = “收入“ 图例说明文字/兼职收入显示.Column = 2 兼职收入曲线所在列.Data = rs(“兼职收入“).ColumnLabel = “兼职收入“ 图例说明文字rs.MoveNextNextEnd WithEnd SubPrivate Sub Command2_Click() 下列示例设置图表查看距离和轴分段间距。 Change the chart type to 3D Bar.MSChart1.chartType = VtChChartType3dBarWith MSChart1.Plot Changes 3d bar charts viewing.DepthToHeightRatio = 2.WidthToHeightRatio = 2 Changes the spacing between divisions on the X-Axis.xGap = 0 Changes the spacing between divisions on the Z-Axis.zGap = 0.8End WithEnd Sub调试界面显示:数据库贴图如下:参考资料来源入 http:/

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报