当前位置:编程学习 > VB >>

VB 6.0 里mschart 的问题,在线等,大侠们帮帮忙

做一条线
MSChart1.TitleText = "MG使用量"

RowCount = res.RecordCount
  If res.RecordCount = 0 Then Exit Sub
  With MSChart1
  .RowCount = RowCount  
  .ColumnCount = 1

  .chartType = VtChChartType2dLine
    




  For i = 1 To .Plot.SeriesCollection.Count

  .Plot.SeriesCollection(i).DataPoints(-1).DataPointLabel.LocationType = VtChLabelLocationTypeAbovePoint


  Next i

ReDim a(1 To 12, 1 To 2)

  For i = 1 To RowCount




a(i, 1) = res.Fields("date") 'X轴数据,横向数据1-12个月
a(i, 2) = res.Fields("zjl") 'y轴数据
  
  res.MoveNext
  Next i
  MSChart1.ChartData = a
 


End With
End Sub
X轴和y轴都是从数据库里读出来的 ,请问该怎么做谢谢·!死活图都出不来 --------------------编程问答-------------------- http://download.csdn.net/detail/veron_04/1483925 --------------------编程问答-------------------- office安装后就有个打印条码的控件barcode
灰常好用 
补充:VB ,  控件
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,