主题:求助:我设计了一个图,但是图中的数据如何设置?
thisform.mschart1.visible=.t.
select 1
no=reccount()-1
thisform.mschart1.charttype=mycharttype
thisform.mschart1.rowcount=no
thisform.mschart1.columnlabel="完成数"
thisform.mschart1.titletext="&rwjm" &&设置图表标题
thisform.mschart1.title.vtfont.size=16 &&设置字体大小
thisform.mschart1.footnotetext="杭州" &&设置注脚文本
thisform.mschart1.footnote.vtfont.size=12 &&设置字体大小
thisform.mschart1.showlegend=.f.
for i=1 to no step 1
select 1
go i
mymonth=项目内容
mymoney=杭州完成
thisform.mschart1.row=i
thisform.mschart1.rowlabel=alltrim(mymonth)
*thisform.mschart1.rowLabel(2)=ALLTRIM(STR(杭州完成))
thisform.mschart1.data=mymoney
ENDFOR
其中 thisform.mschart1.data=mymoney 是c1,现在想问C2怎么设?
select 1
no=reccount()-1
thisform.mschart1.charttype=mycharttype
thisform.mschart1.rowcount=no
thisform.mschart1.columnlabel="完成数"
thisform.mschart1.titletext="&rwjm" &&设置图表标题
thisform.mschart1.title.vtfont.size=16 &&设置字体大小
thisform.mschart1.footnotetext="杭州" &&设置注脚文本
thisform.mschart1.footnote.vtfont.size=12 &&设置字体大小
thisform.mschart1.showlegend=.f.
for i=1 to no step 1
select 1
go i
mymonth=项目内容
mymoney=杭州完成
thisform.mschart1.row=i
thisform.mschart1.rowlabel=alltrim(mymonth)
*thisform.mschart1.rowLabel(2)=ALLTRIM(STR(杭州完成))
thisform.mschart1.data=mymoney
ENDFOR
其中 thisform.mschart1.data=mymoney 是c1,现在想问C2怎么设?