Info
Version: | 1.0.0.1 |
Author(s): | Sina Iravanian |
Last Update: | Monday, January 2, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sinairv/MSChartWrapper |
NuGet Url: | https://www.nuget.org/packages/MSChartWrapper |
Install
Install-Package MSChartWrapper
dotnet add package MSChartWrapper
paket add MSChartWrapper
MSChartWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
If you wish to create a simple line-chart or column-chart but do not want to dive into the API for Microsoft Chart Control, this is for you.
Its API enables one to easily plot a series with a few function calls, or pop the chart in a window as easily as showing a message-box.
In terms of UI, it adds a side-legend with check-boxes, so that you can choose what series to show and what series to hide.
It also adds a context menu to the chart area so that one can easily show or hide chart legends, and save the plot to an image file. It also supports saving a plot to a Matlab .m file.