Jump to content
Software FX Community

ole

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ole

  1. This handler calls every time when user click on timeline chart and try to select items. But selection itself starting only on second click. private void chart_PreviewMouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e) { chart.Selection.StartMouseSelection(new MouseSelectionHandler(OnEndSelection), null); }
×
×
  • Create New...