winforms-datavisualization icon indicating copy to clipboard operation
winforms-datavisualization copied to clipboard

System.Windows.Forms.DataVisualization provides charting for WinForms applications.

Results 7 winforms-datavisualization issues
Sort by recently updated
recently updated
newest added

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...

enhancement

See distance between cursor and orange line: ![image](https://github.com/kirsan31/winforms-datavisualization/assets/17767561/dfa0c246-c234-4625-8039-2f6fa0dff59d)

enhancement

That is - working on all sub elements but not on `System.Windows.Forms.DataVisualization.Charting.Chart`. https://github.com/dotnet/winforms/issues/9151

bug
designer
external issue

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)

enhancement

First of all: thank you for this porting. I have created a very simple form with C# .NET 7: ![image](https://user-images.githubusercontent.com/11708344/214822084-dd911e12-81ea-4974-a77c-a5f3d335a9a7.png) WinForms.DataVisualization is at version 1.7.0 (Latest stable by the NuGet...

enhancement

**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...

enhancement