About 1,070,000 results
Open links in new tab
  1. How to: Export a Chart to PDF | WinForms Controls

    Dec 25, 2020 · The following example exports a chart to a PDF format. In this example, the form contains the Export to File and Export to Stream buttons that allow you to save the PDF document with the chart to a file or a stream. Follow the steps below to implement this scenario: Add a Chart Control object to the form.

  2. DevExpress-Examples/winforms-charts-export-chart-to-pdf

    Call the ChartControl.ExportToPdf(String, PdfExportOptions) method to export the chart to a file. Pass the path to this file as the first parameter to the ExportToPdf method. Create an instance of the PdfExportOptions class to specify export settings.

  3. c# - How to save a Chart control picture to a file ... - Stack Overflow

    Sep 21, 2015 · Having a chart displayed with a System.Windows.Forms.DataVisualization.Charting.Chart control in a .Net 4.0 WinForms application, can I save its render into a picture file?

  4. How to export Chart and Grid to one PDF page using C# and …

    Using this library, you can export Chart and Grid to one PDF page using C# and VB.NET. Steps to export Chart and Grid to one PDF page programmatically: Create a new C# Windows Forms application project.

  5. How To Export The Winforms Chart To Pdf - Syncfusion

    Feb 15, 2024 · This article explains the how to export the Syncfusion WinForms Chart Control to pdf format in as shown in the below image. This has been achieved by saving chart as image and draw that image in pdf by using PdfDocument as per in below code snippet [C#]

  6. Generate PDF File at Runtime in Windows Forms Application - C#

    This article describes how to generate a PDF file at runtime in a Windows Application.

    Missing:

    • Chart Control

    Must include:

  7. C#, Winform - creating PDF - Stack Overflow

    Sep 29, 2011 · As @Jon Skeet said, you can use iTextSharp (which is a C# port of the Java iText). First, download iTextSharp (currently 5.1.2), extract itextsharp.dll to some location and add a reference to it in Visual Studio. Then use the following code which is a full-working WinForms app that creates a very basic table in an A4 document.

    Missing:

    • Chart Control

    Must include:

  8. Create Graphs and Charts in PDF in C# - Aspose Blog

    Apr 24, 2022 · In this article, you have learned how to create different objects of charts and graphs in PDF files using C#. You have seen how to add arcs, circles, rectangles, lines, curves, and ellipses in a PDF. You can easily use the provided code samples in your applications.

  9. PDF Line Chart SDK to insert and add line chart graphics in PDF ...

    With the help of XsPDF SDK, you can easily add and insert line chart shapes to PDF file. In this article, we will explain how to draw and render line chart control to PDF using C#. // Create a new PDF document. PdfDocument document = new PdfDocument(); // Create a page. PdfPage page = document.AddPage(); . // Generate a line chart .

  10. Get Started with WinForms PDF Viewer (.NET Framework)

    Jan 23, 2025 · This tutorial illustrates how to use the WinForms PDF Viewer control to create a simple PDF Viewer application and adjust its appearance. The application targets .NET Framework. The following controls are used in this tutorial: PdfViewer; RibbonControl; Watch Video: WinForms PDF Viewer: Getting Started

  11. Some results have been removed
Refresh