Class ExportType
Specifies the export type for the component.
Inheritance
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
CSV
Specifies the rendered SfChart, SfStockChart, SfAccumulationChart and SfRangeNavigator components data to be exported in the CSV format.
Declaration
public const ExportType CSV
Field Value
Type | Description |
---|---|
ExportType | CSV |
Remarks
This is applicable only for chart, stockchart, accumulationchart and rangenavigator components.
JPEG
Specifies the rendered component to be exported in the JPEG format.
Declaration
public const ExportType JPEG
Field Value
Type |
---|
ExportType |
Specifies the rendered component to be exported in the PDF format.
Declaration
public const ExportType PDF
Field Value
Type |
---|
ExportType |
PNG
Specifies the rendered component to be exported in the PNG format.
Declaration
public const ExportType PNG
Field Value
Type |
---|
ExportType |
SVG
Specifies the rendered component to be exported in the SVG format.
Declaration
public const ExportType SVG
Field Value
Type |
---|
ExportType |
XLSX
Specifies the rendered SfChart, SfStockChart, SfAccumulationChart and SfRangeNavigator components data to be exported in the XLSX format.
Declaration
public const ExportType XLSX
Field Value
Type | Description |
---|---|
ExportType | XLSX |
Remarks
This is applicable only for chart, stockchart, accumulationchart and rangenavigator components.