随笔分类 -  silverlight

摘要:直接贴代码 <sdk:DataGrid AutoGenerateColumns="False" CanUserSortColumns="False" CanUserReorderColumns="False" IsReadOnly="True" HorizontalAlignment="Left" Margin="0,0,0,86" x:Name="ErrorCodeGrid" Widt... 阅读全文
posted @ 2012-02-15 19:02 honkcal 阅读(1134) 评论(0) 推荐(0)
摘要:饼图:直接贴代码<StackPanel Height="55" HorizontalAlignment="Left" Margin="12,5,0,0" Name="stackPanel1" VerticalAlignment="Top" Width="122" > <TextBlock Text="选择的信息" FontWeight="Bold"/> <StackPanel Orientation=&qu 阅读全文
posted @ 2012-02-15 18:52 honkcal 阅读(475) 评论(0) 推荐(0)
摘要:public void T_ConditionSuccess(Object sender, GetConditionCodeRateCompletedEventArgs e) { if (e.Error == null) { Successrates.Clear(); ConditionCodeChart.Axes.Clear(); ConditionCodeChart.Series.Clear(); fo... 阅读全文
posted @ 2012-02-03 17:19 honkcal 阅读(743) 评论(0) 推荐(1)