About 1,070,000 results
Open links in new tab
  1. c# - Plot/Draw Circle in WindowsForms Chart - Stack Overflow

    Oct 24, 2019 · There are two basic choices: You can use the Paintxxx event to draw like you can do on any control. Or you can use chart elements. either a curved series or a suitable …

  2. Chart Class (System.Windows.Forms.DataVisualization.Charting)

    public class Chart : System.Windows.Forms.Control, IDisposable, System.ComponentModel.ISupportInitialize. This class exposes all of the properties, methods …

  3. Charts for Windows Application using C# - CodeProject

    Apr 7, 2009 · To make it a circle, we make height and width both equal to diameter of circle. Let us look into the details of parameters. Brush brush: It is a brush object used to fill the Pie. Int x: …

  4. The Complete Guide to 80+ C# .NET Chart Types

    Mar 13, 2025 · .NET chart controls are UI libraries for creating and displaying graphs and dashboards in .NET applications. ComponentOne FlexChart provides over 80 different chart …

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

  6. winforms - Display circle in chart with radius in chart units C# ...

    Aug 24, 2015 · To create a circle or other shapes you can either add a PolygonAnnotation with a GraphicsPath that contains an ellipse, or simply an EllipseAnnotation. Or you can draw the …

  7. C# Chart, Windows Forms (Series and Points) - The Developer Blog

    Chart. The Chart control visualizes your data. It displays data in your Windows Forms program as a bar graph or chart. With Chart you can quickly display your data in a colorful graphic …

  8. C# for Data Visualization: Creating Interactive Charts

    In this tutorial, we will guide you through the process of creating stunning visualizations using the power of C#. 1. Choose the Right Chart Type. 2. Keep it Simple. 3. Make it Interactive. 1. …

  9. How would i make a circular graph in c#? - Stack Overflow

    May 25, 2015 · That would be a circular graph. Spheres are three dimensional. You can draw your own control quite easily. The main thing is the FillPie method, which draws only part of a …

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

    May 16, 2012 · int first = rnd.Next(0,10); int second = rnd.Next(0,10); mych.Series["duck"].Points.AddXY(first, second); Debug.WriteLine(first + " " + second); …

Refresh