当前位置: 代码迷 >> .NET报表 >> asp.net ms chart(4.0) series中 CustomProperties 参数有哪些?解决办法
  详细解决方案

asp.net ms chart(4.0) series中 CustomProperties 参数有哪些?解决办法

热度:5937   发布时间:2013-02-25 00:00:00.0
asp.net ms chart(4.0) series中 CustomProperties 参数有哪些?
rt 在设置 series中的CustomProperties Chart1.Series["Series1"]["PieDrawingStyle"] = "SoftEdge";
这个属性时 没有效果,查的时候 发现series中点不出CustomProperties 不知道是什么问题 求解


------解决方案--------------------------------------------------------
这个很简单啊,你点击chart,从它的属性里可以看到:
DrawingStyle
MaxPixelPointWidth
MinPixelPointWidth
PixelPointWidth
PointWidth
StackedGroupName
UserDefined
------解决方案--------------------------------------------------------
你应该这样设置:
Chart1.Series["Series1"].CustomProperties="..."
  相关解决方案