menu

UWP

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

    Show / Hide Table of Contents

    Class ExportPivotChartToPdf

    Represents a class that transfers the chart content to PDF document.

    Inheritance
    System.Object
    ExportPivotChartToPdf
    Namespace: Syncfusion.UI.Xaml.PivotChartConverter
    Assembly: Syncfusion.SfPivotChartConverter.UWP.dll
    Syntax
    public class ExportPivotChartToPdf : Object

    Constructors

    ExportPivotChartToPdf(SfPivotChart)

    Initializes a new instance of the ExportPivotChartToPdf class.

    Declaration
    public ExportPivotChartToPdf(SfPivotChart pivotChart)
    Parameters
    Type Name Description
    SfPivotChart pivotChart

    The Pivot Chart control that is to be exported.

    Properties

    ExportPivotChartWithZoomFactor

    Gets or sets a value indicating whether to export the PivotChart with zoom factor or not

    Declaration
    public bool ExportPivotChartWithZoomFactor { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    add_Exporting(ExportingChartEventHandler)

    Declaration
    public void add_Exporting(ExportingChartEventHandler value)
    Parameters
    Type Name Description
    ExportingChartEventHandler value

    ExportToDocument(String)

    Exports the chart to PDF document.

    Declaration
    public void ExportToDocument(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    The file name for exported PDF document.

    remove_Exporting(ExportingChartEventHandler)

    Declaration
    public void remove_Exporting(ExportingChartEventHandler value)
    Parameters
    Type Name Description
    ExportingChartEventHandler value

    Events

    Exporting

    Occurs when pivotchart exports into PDF document.

    Declaration
    public event ExportingChartEventHandler Exporting
    Event Type
    Type
    ExportingChartEventHandler

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved