2013-03-12 50 views

回答

1
var series = (Series)chart.Series[0]; // you can replace 0 by a more appropriate index 
series.SetValue(Panel.ZIndexProperty, 99); 

我用了一个任意值99 zIndex的,在现实中,你可以在此属性中使用任何大于0

Here is the official documentation值。

+0

这样的财产好吧,我试试看:) – 2013-03-17 12:47:22

+0

它的作品:)非常感谢你 – 2013-03-19 14:45:20

相关问题