请教xyy 二维坐标系

xxuubb 2005-11-16 11:54:35
for an XY scattergraph, which is the only type of graph which will give
you X-axis scaling for your function's output data. However, one small
problem - you can't get a secondary Y-axis with this chart type
(Microsoft's comment: "This is not a bug, this is by design."). This
really screwed my data analysis project, so I'm currently writing a
control which will plot dual-Y data on a scattergraph. If you need to be
able to do this then you're welcome to a copy when it's finished, but its
functionality will be fairly limited.

mschart 控件不能做到这点。
x轴 y 轴 次y轴,请问这个怎么实现啊,或者是否有其他的控件。大家考虑一下。分数不成问题
...全文
227 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
junki 2005-11-30
  • 打赏
  • 举报
回复
三维的还真的没有弄过,mschart只能做到二维吧
xxuubb 2005-11-17
  • 打赏
  • 举报
回复
折线图当然可以。问题是怎么解决散点图,在实际应用中还是很有用的。
大家有没有其他什么可以使用的控件。我看到.net里面到是有一些可以实现。
northwolves 2005-11-16
  • 打赏
  • 举报
回复
散点图想不出什么效果,双Y轴折线图倒是可以的:

EXCEL录制的宏:

Sub dual_Y()
Charts.Add
ActiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:="两轴折线图"
ActiveChart.SetSourceData Source:=Sheets("Sheet1").Range("A1:C10"), PlotBy _
:=xlColumns
ActiveChart.Location Where:=xlLocationAsObject, Name:="Sheet1"
End Sub

1,066

社区成员

发帖
与我相关
我的任务
社区描述
VB 资源
社区管理员
  • 资源
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧