Skip to content

Nuget Releases

g$ edited this page Jun 7, 2018 · 4 revisions

This is repeated from the README file.

1.5.0

More features and fixes. Contains breaking changes so be sure to check the milestone page!

See the Milestone page.

1.4.1

Fixes due to sizing causing ArgumentException.

See the Milestone page.

1.4.0

More features and fixes.

See the Milestone page.

1.3.0

More features and fixes.

See the Milestone page.

1.2.0

More features and fixes.

Since we were more organized this release, please see the Milestone page.

1.1.0

Some breaking changes, sorry about that! As always, consult the demo chart XAML; it's currently the reference.

  • For each following item, see the Demo Chart XAML for details.
  • PathStyle et al is the biggest break.
    • make sure to apply a Style to your chart components, or you may get "invisible"!
  • HorizontalBand new decoration. Tracks two non-series values with a fill in between two horizontal rules.
  • Background new decoration. Basic fill/stroke path of data series area.
  • ValueAxisGrid is now its own decoration, and not part of the Axis component.
  • MarkerSeries now uses a normalized coordinate system (0..1, 0..1) for the marker geometry.
    • current the marker must be a Geometry.
    • marker center is (.5,.5).
  • Major fixes to the linear algebra for the graphics, primarily impacting MarkerSeries.
  • Lots of internal fixes/improvements you won't notice.
  • Other new properties. Sorry, rely on auto-complete in VS for now.

1.0.0

Initial release.

Clone this wiki locally