C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexChartBase Class / SaveImage Method
File name.
Image format.

In This Topic
SaveImage Method (FlexChartBase)
In This Topic
Save chart as an image using specified format.
Syntax
'Declaration
 
Public Sub SaveImage( _
   ByVal name As String, _
   ByVal imageFormat As ImageFormat _
) 
 

Parameters

name
File name.
imageFormat
Image format.
Remarks
The image format is added as an extension to the specified file name.
See Also