Class ExportingChartEventArgs
Represents the class that provides the event data while exporting.
Inheritance
System.Object
System.EventArgs
ExportingChartEventArgs
Inherited Members
System.EventArgs.Empty
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.Windows.Chart.Olap.Converter
Assembly: Syncfusion.OlapChartConverter.WPF.dll
Syntax
public class ExportingChartEventArgs : EventArgs
Constructors
ExportingChartEventArgs()
Declaration
public ExportingChartEventArgs()
Properties
Document
Gets or sets the document.
Declaration
public object Document { get; set; }
Property Value
Type |
---|
System.Object |