Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/ChartDataRowsModelColumnChangedHandler.cs @ 734

Last change on this file since 734 was 697, checked in by mstoeger, 16 years ago

changed interface between model and view to support full and partial updates as decided in the last meeting (#316)

  • model.Columns property provides access to all values contained within the model for full updates
  • model.DataChanged event notifies the view of partial updates
File size: 154 bytes
Line 
1namespace HeuristicLab.Visualization {
2  public delegate void ChartDataRowsModelColumnChangedHandler(ChangeType type, long columnId, double[] values);
3}
Note: See TracBrowser for help on using the repository browser.