myriceme 发表于 2015-4-12 20:42:10

求助关于Chart中PointOptions 属性过时的问题

我的程序里对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 这个类,试了很长时间都没有搞通,请问谁有这方面经验?
谢谢。

seamone 发表于 2015-4-13 19:34:27

当这个时候,CodeRush会告诉你如何做的,自己研究一下就明白了
页: [1]
查看完整版本: 求助关于Chart中PointOptions 属性过时的问题