Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.42 KB

RELEASE_NOTES.md

File metadata and controls

53 lines (39 loc) · 1.42 KB

0.90.12 - 07.07.2015

  • Fix problem with Gtk by removing use of Gtk nuget package

0.90.11 - 18.06.2015

  • Add Show and Save methods to Chart helper class.

0.90.10 - 20.04.2015

  • Update project links

0.90.9 - 10.12.2014

  • Update to OxyPlot 2014.1.546

0.90.8

  • Fix #58

0.90.7

  • Return Form from ShowForm

0.90.6

  • Fix load on OSX
  • Update MacOSX recognition function

0.90

  • Includes the updated 'fluent' operators and renames 'FSharpChart' to 'Chart'
  • Includes LiveChart and pipelined operators.
  • Improve documentation.
  • Include Y-value overloads and add build of FSharp.Charting.AspNet.dll
  • Include correct version in FSharp.Charting.fsx
  • Support DateTimeOffset and custom types as X axis values
  • Include correct version in FSharp.Charting.fsx
  • Include correct version in FSharp.Charting.fsx (Finally!)
  • Add preliminary version of FSharp.Charting.Gtk
  • Revert to multiple nuget packages

0.60

  • Support for binding a StackedChart with multiple Data Series

0.56

  • Support for defaults and ToolTip's in addition to some WPF samples
  • Minor changes for additional With properties and WithSeries.Marker()

0.5

  • Support for 3D Charts and naming of data series for BoxPlot charts

0.4

  • Property Change Events for Name, Title, Margin, Legend, and Custom properties.

0.3

  • Includes Clipboard and SaveAs Capabilities (supporting multiple file formats)

0.2

  • Base Version