紧急求助!SOS!如何在MsChart图表曲线上,将其相应的数据显示在上面啊????

allenfu 2004-05-14 12:21:25
紧急求助!SOS!如何在MsChart图表曲线上,将其相应的数据显示在上面啊????
...全文
79 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
huanglf 2004-08-02
  • 打赏
  • 举报
回复
With Chart_Tab
For Row = 1 To 12
.Row = Row
.data = Month_Fee(Row - 1)
.RowLabel = Str(Row) + "月"
With .Plot.SeriesCollection(Row)
.DataPoints(-1).DataPointLabel.LocationType = VtChLabelLocationTypeAbovePoint
.SeriesMarker.Auto = False
.DataPoints(-1).Marker.Style = VtMarkerStyle3dBall
.DataPoints(-1).Marker.Size = 70
.SeriesMarker.Show = True
End With
Next Row
End With
foxnet2003 2004-08-02
  • 打赏
  • 举报
回复
up

1,451

社区成员

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

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