Opened 16 years ago
Last modified 14 years ago
#501 closed task
Remove LineChart.GetRows — at Version 1
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 options dialog accesses the data rows using the LineChart.GetRows method. The options dialog should retrieve the data rows from the model instead (not from the view!).
Please pass the model to the options dialog and remove the LineChart.GetRows method.
Change History (1)
comment:1 Changed 16 years ago by dwagner
- Description modified (diff)
- Status changed from new to assigned
- Summary changed from LineChart.GetRows entfernen to Remove LineChart.GetRows
Note: See
TracTickets for help on using
tickets.
Optionsdialog now gets the model and works on its IDataRows. (r1242)