Opened 16 years ago
Last modified 14 years ago
#497 closed task
Replace LineChart.ApplyChangesToRow by Event IDataRow.DataRowChanged — at Version 2
Reported by: | mstoeger | Owned by: | dwagner |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by dwagner)
The IDataRow.DataRowChanged event should be used instead of the LineChart.ApplyChangesToRow method.
That event is raised on the DataRow when common properties like colors are changed. The view should be updated and redrawn when that happens.
Currently ApplyChangesToRow is only used in the options dialog and should be removed after the event is handled correctly.
Change History (2)
comment:1 Changed 16 years ago by dwagner
- Status changed from new to assigned
comment:2 Changed 16 years ago by dwagner
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Implemented Event Handler for IDataRow.DataRowChanged event (r1237)