About 15,200 results
Open links in new tab
  1. c# - Support for .NET Framework graphs have been moved to .NET …

    Mar 26, 2020 · System.Windows.Forms.DataVisualization 1.0.0-prerelease.20110.1 System.Drawing.Common 4.7.0 Microsoft.Windows.Compatibility 3.1.0 I've tried to install the …

  2. C# add chart error DataVisualization.Charting - Visual Studio

    I'm trying to use Charts to create graphs in Visual Studio 2012. I have .Net 4.0 But when write this: using System.Windows.Forms.DataVisualization.Charting; i get an error: The type or name...

  3. Creating Chart using DataVisualization.Charting in .NET 4.0

    Nov 25, 2015 · I'm attempting to user System.Windows.Forms.DataVisualization.Charting to create a line chart. I've been using the System.Windows.Controls.DataVisualization.Toolkit for a …

  4. Chart creating dynamically. in .net, c# - Stack Overflow

    May 16, 2012 · this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new …

  5. How do I change and display a tooltip on a chart in c# when the …

    Aug 19, 2012 · I have a System.Windows.Forms.DataVisualization.Charting.chart and I want to show some information about a bar on the chart when you hover over it. But I can't see where …

  6. winforms - In PowerShell, How can you generate a chart using …

    Jan 3, 2024 · Im not sure how to go about this. Im thinking maybe I can use System.Windows.Forms.DataVisualization.Charting.SeriesChartType and use put this in a …

  7. How do you set DateTime range on X axis for …

    How do you set DateTime range on X axis for System.Windows.Forms.DataVisualization.Charting? Asked 12 years, 8 months ago Modified 4 …

  8. winforms - System.Windows.Forms.DataVisualization nuget …

    May 14, 2024 · I suspect the real question, and the reason the DataVisualization library was used, is where to find free chart tools for WinForms. There are far better solutions now, both paid and …

  9. Is it possible to create charts with .NET Core - Stack Overflow

    Sep 28, 2020 · I need create line chart in visual studio in C#. I have a question, that is it possible to create charts with .NET Core in Windows Forms?

  10. c# - System.Windows.Forms.DataVisualization Namespace Fine …

    Sep 20, 2010 · The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) Here is my using section of …