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