由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - [求助] 用VBScript 在EXCEL画图的问题 (转载)
相关主题
excel 数据中间有‘|’ (转载)[转载] EXCEL问题求教
Re: [转载] unicode, vbscriptRe: office 编程(excel)的菜鸟问题
Re: Pls help !Re: how can i export user listRe: excell expert, please help!!!
新手问题:求可以minimize 单个window的scriptRe: one question about Excel
convert mapped drive letter to full path in vbscriptRe: Excel 一问
save a VBA macro in excel using vbscriptRe: excel 里怎么让 text 一行绿 一行白的?
打开spreadsheet怎么让它default显示最后一行?Re: [转载] 这里有没有excell高手啊,帮帮忙吧。
Re: help:computer can't find CDRW and printer after upgrading to Win2KRe: [转载] Excel中画三维曲面图的问题
相关话题的讨论汇总
话题: excel话题: vbscript话题: end话题: 画图话题: xrange
进入Windows版参与讨论
1 (共1页)
a**i
发帖数: 508
1
【 以下文字转载自 BuildingWeb 讨论区 】
发信人: alli (Emma), 信区: BuildingWeb
标 题: [求助] 用VBScript 在EXCEL画图的问题
发信站: BBS 未名空间站 (Thu Oct 27 14:22:16 2011, 美东)
我想用chartobject在一个EXCEL chart上画多个线. 每次call下面的FUNC.
Function addSeries(objCHart, yRange, xRange, curveName)
With objChart.Chart
With .SeriesCollection.NewSeries
.Values = yRange
.XValues = xRange
.Name = curveName
End With
End With
end function
问题是:
第一条线OK, 后面划出的线上的点的位置是前面线的叠加. 而用MOUSE悬停在点上显示
的数值又是正确的.
例如:line1(x=1)=1, line2(x=1)=0.5
line2(x=1)点的位置就在1.5,但显示0.5
1 (共1页)
进入Windows版参与讨论
相关主题
Re: [转载] Excel中画三维曲面图的问题convert mapped drive letter to full path in vbscript
Re: 请问Excel里做的chart可以存成别的文件么save a VBA macro in excel using vbscript
Re: Excel里的chart打开spreadsheet怎么让它default显示最后一行?
Re: excel: 怎么把 text 转成 numberRe: help:computer can't find CDRW and printer after upgrading to Win2K
excel 数据中间有‘|’ (转载)[转载] EXCEL问题求教
Re: [转载] unicode, vbscriptRe: office 编程(excel)的菜鸟问题
Re: Pls help !Re: how can i export user listRe: excell expert, please help!!!
新手问题:求可以minimize 单个window的scriptRe: one question about Excel
相关话题的讨论汇总
话题: excel话题: vbscript话题: end话题: 画图话题: xrange