winforms-datavisualization
winforms-datavisualization copied to clipboard
System.Windows.Forms.DataVisualization provides charting for WinForms applications.
I have a project where we have a chart using StackBar and a fixed-size PlotArea. I noticed that if the bars are over 100 then the last annotate that is...
Since many years I have been wondering why Microsoft didn't make AxisX.LabelStyle.IsEndLabelVisible option more flexible. There are just 2 options - either True when both first and last labels of...
See distance between cursor and orange line: 
That is - working on all sub elements but not on `System.Windows.Forms.DataVisualization.Charting.Chart`. https://github.com/dotnet/winforms/issues/9151
I found a Codeproject article for the Chart control. Maybe it is helpful for future extensions to the chart control. [Codeproject article](https://www.codeproject.com/Articles/1261160/Smooth-Zoom-Round-Numbers-in-MS-Chart)
First of all: thank you for this porting. I have created a very simple form with C# .NET 7:  WinForms.DataVisualization is at version 1.7.0 (Latest stable by the NuGet...
**First of all: You have done a great job with this project.** In some classes the DefaultFont is set to "Microsoft Sans Serif, 8pt". That is a relict from the...