Class Chart3DExportedEventArgs
Specifies the event arguments available for export event of the 3D Chart component.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DExportedEventArgs : Chart3DEventArgs
Properties
Base64
Gets the Base64 string representation of the 3D Chart image.
Declaration
public string Base64 { get; }
Property Value
| Type | Description |
|---|---|
| string | The Base64 string representing the exported 3D Chart image. |
Remarks
This property is applicable only when the optional parameter "isBase64" of the public ExportAsync(ExportType, string, PdfPageOrientation?, bool, bool) method is enabled.
DataUrl
Gets the data url of the 3D Chart image.
Declaration
public string DataUrl { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the data url of the exported chart image. |
Remarks
This is read-only property.