Class ExportType
Specifies the export type for the SfSankey.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
JPEG
Specifies the SfSankey export type as JPEG.
Declaration
public const ExportType JPEG
Field Value
Type |
---|
ExportType |
Specifies the SfSankey export type as PDF.
Declaration
public const ExportType PDF
Field Value
Type |
---|
ExportType |
PNG
Specifies the SfSankey export type as PNG.
Declaration
public const ExportType PNG
Field Value
Type |
---|
ExportType |
SVG
Specifies the SfSankey export type as SVG.
Declaration
public const ExportType SVG
Field Value
Type |
---|
ExportType |