Free cookie consent management tool by TermsFeed Policy Generator

Opened 15 years ago

Closed 13 years ago

#497 closed task (obsolete)

Replace LineChart.ApplyChangesToRow by Event IDataRow.DataRowChanged

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 IDataRow.DataRowChanged event should be used instead of the LineChart.ApplyChangesToRow method.

That event is raised on the DataRow when common properties like colors are changed. The view should be updated and redrawn when that happens.

Currently ApplyChangesToRow is only used in the options dialog and should be removed after the event is handled correctly.

Change History (3)

comment:1 Changed 15 years ago by dwagner

  • Status changed from new to assigned

comment:2 Changed 15 years ago by dwagner

  • Description modified (diff)

Implemented Event Handler for IDataRow.DataRowChanged event (r1237)

comment:3 Changed 13 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.