I have provided a minor update to FSharpChart, which can be downloaded from the usual place:
http://code.msdn.microsoft.com/FSharpChart-b59073f5
This is a minor release that adds support for some Title and Border properties when working with Axis and Legends.
Also, thanks to a community suggestion I have also added support for modifying the Marker associated with a series. To modify the Marker for a data series one can now write:
This renders the chart:
Don’t forget the package is also available from NuGet:
http://www.nuget.org/List/Packages/MSDN.FSharpChart.dll
Enjoy!