ChartExtensions Module
Extensions methods from Plotly.NET.ImageExport for the Chart module, supporting the fluent pipeline style
Type extensions
Type extension | Description |
Full Usage:
Chart.saveJPG (path, ?EngineType, ?Width, ?Height, ?Scale)
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
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> unit
|
Extended Type:
|
Full Usage:
Chart.saveJPGAsync (path, ?EngineType, ?Width, ?Height, ?Scale)
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
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> Task<unit>
|
Extended Type:
|
Full Usage:
Chart.savePNG (path, ?EngineType, ?Width, ?Height, ?Scale)
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
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> unit
|
Extended Type:
|
Full Usage:
Chart.savePNGAsync (path, ?EngineType, ?Width, ?Height, ?Scale)
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
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> Task<unit>
|
Extended Type:
|
Full Usage:
Chart.saveSVG (path, ?EngineType, ?Width, ?Height, ?Scale)
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
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> unit
|
Extended Type:
|
Full Usage:
Chart.saveSVGAsync (path, ?EngineType, ?Width, ?Height, ?Scale)
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
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> Task<unit>
|
Extended Type:
|
Full Usage:
Chart.toBase64JPGString (?EngineType, ?Width, ?Height, ?Scale)
Parameters:
ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> string
|
Extended Type:
|
Full Usage:
Chart.toBase64JPGStringAsync (?EngineType, ?Width, ?Height, ?Scale)
Parameters:
ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> Task<string>
|
Extended Type:
|
Full Usage:
Chart.toBase64PNGString (?EngineType, ?Width, ?Height, ?Scale)
Parameters:
ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> string
|
Extended Type:
|
Full Usage:
Chart.toBase64PNGStringAsync (?EngineType, ?Width, ?Height, ?Scale)
Parameters:
ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> Task<string>
|
Extended Type:
|
Full Usage:
Chart.toSVGString (?EngineType, ?Width, ?Height, ?Scale)
Parameters:
ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> string
|
Extended Type:
|
Full Usage:
Chart.toSVGStringAsync (?EngineType, ?Width, ?Height, ?Scale)
Parameters:
ExportEngine
-
The Render engine to use
?Width : int
-
width of the resulting image
?Height : int
-
height of the resulting image
?Scale : float
-
scale the resulting image by this factor. The DPI will stay the same, but the resolution will be scaled.
Returns: GenericChart -> Task<string>
|
Extended Type:
|