2010-12-08 25 views

Répondre

0

Ajouter un fichier de ressources de votre projet:

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

Et

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

effet Légende

SeriesDefinition.DataPointStyle = (Style)App.current.Resources["style name"]; 
Style name:uniq