private void ZoomFitButton_OnClick(object sender, RoutedEventArgs e)
 {
     IndicatorViewer.ZoomFit();
 }