Enum ExportType
Specifies the export type of circular gauge component.
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ExportType
Fields
| Name | Description |
|---|---|
| JPEG | Specifies the rendered circular gauge to be exported in the JPEG format. |
Specifies the rendered circular gauge to be exported in the pdf format. |
|
| PNG | Specifies the rendered circular gauge to be exported in the PNG format. |
| SVG | Specifies the rendered circular gauge to be exported in the svg format. |