GenericChartExtensions Module
Extension methods for providing a Plotly.NET.ImageExport fluent interface pattern for C#
Type extensions
Type extension | Description |
Full Usage:
this.SaveJPG
Parameters:
string
-
The path (without extension) where the image will be saved
?EngineType : ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
|
Extended Type:
|
Full Usage:
this.SaveJPGAsync
Parameters:
string
-
The path (without extension) where the image will be saved
?EngineType : ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
Returns: Task<unit>
|
Extended Type:
|
Full Usage:
this.SavePNG
Parameters:
string
-
The path (without extension) where the image will be saved
?EngineType : ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
|
Extended Type:
|
Full Usage:
this.SavePNGAsync
Parameters:
string
-
The path (without extension) where the image will be saved
?EngineType : ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
Returns: Task<unit>
|
Extended Type:
|
Full Usage:
this.SaveSVG
Parameters:
string
-
The path (without extension) where the image will be saved
?EngineType : ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
|
Extended Type:
|
Full Usage:
this.SaveSVGAsync
Parameters:
string
-
The path (without extension) where the image will be saved
?EngineType : ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
Returns: Task<unit>
|
Extended Type:
|
Full Usage:
this.ToBase64JPGString
Parameters:
ExportEngine
-
?Width : int
-
?Height : int
-
Returns: string
|
|
Full Usage:
this.ToBase64JPGStringAsync
Parameters:
ExportEngine
-
?Width : int
-
?Height : int
-
Returns: Task<string>
|
Extended Type:
|
Full Usage:
this.ToBase64PNGString
Parameters:
ExportEngine
-
?Width : int
-
?Height : int
-
Returns: string
|
|
Full Usage:
this.ToBase64PNGStringAsync
Parameters:
ExportEngine
-
?Width : int
-
?Height : int
-
Returns: Task<string>
|
Extended Type:
|
Full Usage:
this.ToSVGString
Parameters:
ExportEngine
-
?Width : int
-
?Height : int
-
Returns: string
|
|
Full Usage:
this.ToSVGStringAsync
Parameters:
ExportEngine
-
?Width : int
-
?Height : int
-
Returns: Task<string>
|
Extended Type:
|