Bonjour,
Comment afficher
la légende d'un objet Chart
(toolkit) en plusieurs colonnes?
<Grid Width="400" Height="Auto" HorizontalAlignment="Left" VerticalAlignment="Top" >
<chartingToolkit:Chart Title="MyTitle" BorderBrush="Transparent">
<chartingToolkit:PieSeries IsSelectionEnabled="True" SelectionChanged="ChartSeries_SelectionChanged"
ItemsSource="{Binding Groups1, ElementName=MyUserControl}"
IndependentValuePath="Key"
DependentValuePath="Sum" AnimationSequence="FirstToLast"/>
</chartingToolkit:Chart>
</Grid>