Opened 16 years ago
Closed 14 years ago
#345 closed task (obsolete)
Implementation of a basic linechart
Reported by: | dwagner | Owned by: | dwagner |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Cc: |
Description
Implementation of a basic linechart (only drawing the lines)
Change History (10)
comment:1 Changed 16 years ago by dwagner
- Status changed from new to assigned
comment:2 Changed 16 years ago by dwagner
comment:3 Changed 16 years ago by mstoeger
comment:4 Changed 16 years ago by dwagner
r980 - Drawing of dashed and solid lines is now possible
comment:5 Changed 16 years ago by dwagner
r981 - Autoadjust of clipping rectangle to view the whole datarows added.
comment:6 Changed 16 years ago by mstoeger
Some small refactorings in LineChart (r983)
comment:7 Changed 16 years ago by mstoeger
Added simple layout management to the line chart's root shape containing a title-, lines- and xaxis-area. (r1038)
comment:8 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:9 Changed 16 years ago by dwagner
Fixed Bug in Auto - adjust. Added horizontal lines for min and max values. (r1187)
comment:10 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab x.x.x 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. Therefore this ticket is obsolete.
Note: See
TracTickets for help on using
tickets.
r754 First implementation of basic linechart