#316 closed task (done)
Create interfaces between model and view
Reported by: | mstoeger | Owned by: | mstoeger |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Cc: |
Description
Change History (7)
comment:1 Changed 16 years ago by mstoeger
- Status changed from new to assigned
comment:2 Changed 16 years ago by mstoeger
added DataChanged event to IChartDataRowsModel. (r684)
comment:3 Changed 16 years ago by mstoeger
changed interface between model and view to support full and partial updates as decided in the last meeting (r697)
- model.Columns property provides access to all values contained within the model for full updates
- model.DataChanged event notifies the view of partial updates
comment:4 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:5 Changed 16 years ago by mstoeger
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 14 years ago by swagner
- Milestone changed from Iteration 1 to Current
Milestone Iteration 1 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
created empty line chart user control (r683)