如何在MsChart图表曲线上,将数显示出来??

allenfu 2004-05-13 05:23:38
我做好的曲线图,,但不知道如何将曲线所代表的数值显示在曲线的各个节点上,,
真是郁闷,大虾请多指教!
...全文
93 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
junki 2004-09-20
  • 打赏
  • 举报
回复
一般形式:
With Chart_Name
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

1,451

社区成员

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

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