Enum ExportType
Specifies the export type for the component.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ExportType
Fields
| Name | Description |
|---|---|
| CSV | Specifies the rendered Chart, StockChart, AccumulationChart and RangeNavigator components data to be exported in the CSV format. |
| JPEG | Specifies the rendered component to be exported in the JPEG format. |
Specifies the rendered component to be exported in the PDF format. |
|
| PNG | Specifies the rendered component to be exported in the PNG format. |
| SVG | Specifies the rendered component to be exported in the SVG format. |
| XLSX | Specifies the rendered Chart, StockChart, AccumulationChart and RangeNavigator components data to be exported in the XLSX format. |