Dynamic Data Display Changelog

What's new in Dynamic Data Display 0.3 Beta

Jul 5, 2009
  • Added maps subsystem - allows to display tiled maps, with tiles downloaded from network tile servers or loaded from folders on disk.
  • Map can be displayed with coordinate transformation or with non-linear scaling applied to tiles.
  • Includes sample network tile server for OpenStreetMaps.
  • Multiple improvements in axes - now you have more ways to control labels formatting and look
  • Added axes to display integer values and any items from any collection.
  • Added support for custom context menu items
  • User interface is localized to both English and Russian
  • Added support for displaying isolines
  • Added multiple comments for classes, methods and properties (still growing)
  • Added control for displaying palettes, based on ChartPlotter
  • Added support for data transformations in viewport, allowing to implement polar transform, or, for example, non-linear mercator longitude transform.
  • Added API to adjust Legend's position
  • Multiple bug fixes

New in Dynamic Data Display 0.2.1 Beta (Jun 25, 2009)

  • Added support of axes with TimeSpan ticks
  • Implemented a variety of simple shapes to be placed into Plotter, such as:
  • Horizontal and vertical lines
  • Segments
  • Horizontal and vertical rectangles
  • NumericTicksProvider has now a MinStep property to specify minimal step between ticks of Numeric Axis
  • Added several tests for DynamicDataDisplay