2010-12-08 16 views

答えて

0

プロジェクトファイルのリソースを追加します。

<ResouceDictionary> 
<Style x:Key="style name"> 
<Setter Property="BorderThickness" Value="0"/> 

そして

<Setter Property="BorderBrush" Value="{x:Null}"/> 

レジェンド効果を

SeriesDefinition.DataPointStyle = (Style)App.current.Resources["style name"]; 
Style name:uniq 
関連する問題