Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexRadar Class / SaveImage Method
File name.
Image format.

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

    Parameters

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