-
Notifications
You must be signed in to change notification settings - Fork 1
Nuget Releases
g$ edited this page Jun 7, 2018
·
4 revisions
This is repeated from the README file.
More features and fixes. Contains breaking changes so be sure to check the milestone page!
See the Milestone page.
Fixes due to sizing causing ArgumentException
.
See the Milestone page.
More features and fixes.
See the Milestone page.
More features and fixes.
See the Milestone page.
More features and fixes.
Since we were more organized this release, please see the Milestone page.
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"!
- make sure to apply a
-
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 theAxis
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).
- current the marker must be a
- 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.
Initial release.
©2017-22 eScape Technology LLC This project is Apache licensed!