<DataTemplate x:Key="Template"> <StackPanel HorizontalAlignment="Left"> <toolkit:Chart Title="{Binding ID}" LegendStyle="{StaticResource LegendStyleNoBackground}" Padding="5" BorderThickness="0" Height="500" Width="800"> <toolkit:ColumnSeries ItemsSource="{Binding}" DependentValuePath="m1_percent" IndependentValuePath="m1_period" Title="{Binding m1_period}" /> </toolkit:Chart> </StackPanel> </DataTemplate>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)