<!-- Typical Use --> <Grid Style="{StaticResource WrapperStyle}"> <chartingToolkit:Chart Title="Typical Use"> <chartingToolkit:Chart.Series> <chartingToolkit:PieSeries ItemsSource="{Binding PugetSound, Source={StaticResource City}}" IndependentValueBinding="{Binding Name}" DependentValueBinding="{Binding Population}"/> </chartingToolkit:Chart.Series> </chartingToolkit:Chart> </Grid>
xmlns:chartingToolkit="clr-namespace:System.Windows.Controls.DataVisualization.Charting;assembly=System.Windows.Controls.DataVisualization.Toolkit"
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.