Example #1
0
 private void AxisXStripLinesChecked(object sender, RoutedEventArgs e)
 {
     try
     {
         CheckBox temp = sender as CheckBox;
         TelerikUtils.SetAxisXStripLinesVisibility(temp, Rc_att);
     }
     catch (Exception _ex)
     {
         GeneralTools.Tools.WriteToLog(_ex);
     }
 }