Class ExportingChartEventArgs
Provides event data for the Syncfusion.UI.Xaml.PivotChartConverter.ExportChartToPdf event.
Inheritance
System.Object
ExportingChartEventArgs
Namespace: Syncfusion.UI.Xaml.PivotChartConverter
Assembly: Syncfusion.SfPivotChartConverter.UWP.dll
Syntax
public class ExportingChartEventArgs : EventArgs
Constructors
ExportingChartEventArgs()
Declaration
public ExportingChartEventArgs()
Properties
Document
Gets or sets the document to which the chart is going to export.
Declaration
public object Document { get; set; }
Property Value
Type |
---|
System.Object |