mainpage.xaml

1  <Grid x:Name="LayoutRoot" Background="White">
2             <StackPanel Orientation="Vertical" >
3             <Button Content="Export to Excel" Height="23" HorizontalAlignment="Left" x:Name="button1" VerticalAlignment="Top" Width="150" Click="button1_Click" />
4             <toolkit:Chart HorizontalAlignment="Left" Name="chart1" Title="Line Chart" VerticalAlignment="Top" Height="300" Width="640" >
5             </toolkit:Chart>
6         </StackPanel>
7     </Grid>
View Code

相关文章:

  • 2021-12-08
  • 2021-06-11
  • 2021-12-12
  • 2022-01-02
  • 2022-12-23
  • 2021-11-18
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2022-02-17
  • 2022-12-23
  • 2021-11-23
  • 2021-06-26
相关资源
相似解决方案