Opened 16 years ago
Closed 14 years ago
#501 closed task (obsolete)
Remove LineChart.GetRows
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 (2)
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
comment:2 Changed 14 years ago by swagner
- Milestone set to HeuristicLab 3.3.0
- Resolution set to obsolete
- Status changed from assigned to closed
Microsoft Chart Controls are used for charting since HeuristicLab 3.3.0. This ticket is obsolete.
Note: See
TracTickets for help on using
tickets.
Optionsdialog now gets the model and works on its IDataRows. (r1242)