Opened 16 years ago
Closed 14 years ago
#638 closed task (obsolete)
Tooltip to show values of datapoints
Reported by: | dwagner | Owned by: | dwagner |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Tooltip | Cc: |
Description
Implementation of a tooltip, which shows the world coordinates of a datapoint on a mouseover event in the chart.
Change History (3)
comment:1 Changed 16 years ago by dwagner
- Status changed from new to assigned
comment:2 Changed 15 years ago by dwagner
Deregistering of Linechart from Tooltiplistener added in Dispose Method. (r1968)
comment:3 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.
Implemenation done. ToolTip is shown when mouse is in a range of 8 Pixels around the datapoint. (r1883)