Opened 16 years ago
Closed 14 years ago
#628 closed enhancement (obsolete)
Seperate OptionsDialog into several user controls
Reported by: | mstoeger | Owned by: | dwagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Cc: |
Description
Hi Didi,
The "Options"-UserControl is becoming too big. Could you please seperate it into several UserControls (one for each tab), before adding new functionality to the options dialog.
Maybe implement a common interface (like IOptionsTab) with methods and properties like:
interface IOptionsTab {
IChartDataRowsModel Model { get; set; } void Reset(); void Apply();
}
Change History (2)
comment:1 Changed 16 years ago by mstoeger
- Owner changed from gkragl to dwagner
comment:2 Changed 14 years ago by swagner
- Milestone set to HeuristicLab 3.3.0
- Resolution set to obsolete
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Microsoft Chart Controls are used for charting since HeuristicLab 3.3.0. This ticket is obsolete.