Jump to content
Software FX Community

ron.kagan

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by ron.kagan

  1. Hello.

    My object is to achieve continuous mouse selection.

    I am working with a data table with a CrosstabTransform. on the data_bound event, i am starting a mouse selection operation using

    chart1.Selection.StartMouseSelection(new MouseSelectionHandler(OnEndSelection), null);

    on the OnEndSelection I remove some rows from the data table and rebind the data table to the chart again, where (again) in the data_bound event i am starting another point selection operation. the issue is that in that second time there is no mouse selection visible. this behavior is consistent and recreated each time.

    Any ideas ?

×
×
  • Create New...