- 积分
- 90
- 在线时间
- 83 小时
- 主题
- 8
- 注册时间
- 2013-11-11
- 帖子
- 76
- 最后登录
- 2024-7-28
- 帖子
- 76
- 软币
- 870
- 在线时间
- 83 小时
- 注册时间
- 2013-11-11
|
我的程序里对XtraChart有如下属性描述:
chart3.Series(0).PointOptions.PointView = PointView.ArgumentAndValues
chart3.Series(0).PointOptions.ValueNumericOptions.Format = NumericFormat.Percent
chart3.Series(0).PointOptions.ValueNumericOptions.Precision = 0
在VS 2010中老是有如下警告:
“Public Property PointOptions As DevExpress.XtraCharts.PointOptions”已过时:“This property is obsolete now. Use the PointOptions property of the SeriesLabel class.”。
让我使用SeriesLabel 这个类,试了很长时间都没有搞通,请问谁有这方面经验?
谢谢。
|
|