menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Printing - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Printing

    Inheritance
    System.Object
    Printing
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class Printing

    Constructors

    Printing(ChartBase)

    Print the chart.

    Declaration
    public Printing(ChartBase chart)
    Parameters
    Type Name Description
    ChartBase chart

    Properties

    Chart

    Gets or sets the chart

    Declaration
    public ChartBase Chart { get; set; }
    Property Value
    Type
    ChartBase

    Methods

    Layout(FrameworkElement, Size, String, HorizontalAlignment, VerticalAlignment, Thickness, Boolean, Boolean)

    Declaration
    public Visual Layout(FrameworkElement element, Size PrintableArea, string Document, HorizontalAlignment HorizontalAlignment, VerticalAlignment VerticalAlignment, Thickness PageMargin, bool PrintLandscape, bool ShrinkToFit)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement element
    System.Windows.Size PrintableArea
    System.String Document
    System.Windows.HorizontalAlignment HorizontalAlignment
    System.Windows.VerticalAlignment VerticalAlignment
    System.Windows.Thickness PageMargin
    System.Boolean PrintLandscape
    System.Boolean ShrinkToFit
    Returns
    Type
    System.Windows.Media.Visual
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved