About 3,340,000 results
Open links in new tab
  1. c# - How could i display a Graph on WindowsForms ... - Stack Overflow

    Aug 2, 2016 · There is a nice tool in Windows Forms called Chart. You can draw graphs of different kind with it. Here is a Tutorial. Here is a Video that shows how to use it. Here is a nice post with an example from StackOverflow. Have fun exploring it. Basically the steps are: Create a Series for each line you want to draw.

  2. c# - Best Way to make a Windows Forms scalable? - Stack Overflow

    Jul 23, 2013 · What would be the best way to make a WinForms application fully scalable, for example when the Form resizes? In WPF i would use something like a Viewbox and/or a UniformGrid, but something like this doesn't exists in WinForms.

  3. Create Graph Windows Form - WInForm using .Net 8 - C# Corner

    Apr 16, 2025 · Learn how to create a bar chart in a Windows Forms App (.NET) using the Chart control. This step-by-step guide covers project setup, adding the chart control, configuring the chart area, and adding data points for visualization.

  4. c# - Creating a custom graph in Winforms - Stack Overflow

    Dec 15, 2012 · I am trying to make a simple graph for my application which shows real-time data for every 100 ms. So I thought I could draw the graph line using the DrawCurve method and started with the following code:

  5. Create MultiSeries Line Chart Graph in Windows Forms

    Feb 20, 2018 · In this article I will explain with an example, how to create Multi-Series Line Chart (Graph) in Windows Forms (WinForms) Application using C# and VB.Net.

  6. The Definitive Guide to WinForms Chart Controls - Medium

    Sep 9, 2024 · If you’re working with .NET Framework and building a Windows Forms application, you can get by by creating some simple charts using the Windows Forms Chart control.

  7. Chart Control in Windows Forms Application - C# Corner

    In this article, we will see how to use the Chart control in Windows Forms Applications. As we know Charts and Graphs make data easier to understand and interpret. A chart is used to present the data in a visual form.

  8. .Net Chart C# WinForms Example Visual Studio - Gigasoft

    .Net Chart VS2022-VS2019 C# example on adding charts to your application via WinForms charting interface.

  9. C# Chart Control Example | C# Examples

    This example shows how to display your data in your Windows Forms program as a bar graph or spline chart. To achieve this, you use Chart class in System.Windows.Forms.DataVisualization.Charting. Chart control can be found in Toolbox(.NET Framework 4.0 or newer).

  10. How to use Live Chart Graph Controls in C# - FoxLearn

    Jun 15, 2024 · To use Live Chart, Graph Controls in a C# Windows Forms Application, you can follow these steps. Open your Visual Studio, then create a new Windows Forms Application project, then install the LiveCharts.WinForms from the Mange Nuget Packages to your project.

  11. Some results have been removed
Refresh