ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1TreeMap Class / SaveImage Method
Stream
Image format.
Width of image.
Height of image
The background of image.

In This Topic
    SaveImage Method (C1TreeMap)
    In This Topic
    Saves chart as image with to the specified stream.
    Syntax
    'Declaration
     
    Public Sub SaveImage( _
       ByVal stream As System.IO.Stream, _
       ByVal fmt As ImageFormat, _
       Optional ByVal w As System.Integer, _
       Optional ByVal h As System.Integer, _
       Optional ByVal backColor As System.Nullable(Of Color) _
    ) 
    public void SaveImage( 
       System.IO.Stream stream,
       ImageFormat fmt,
       System.int w,
       System.int h,
       System.Nullable<Color> backColor
    )

    Parameters

    stream
    Stream
    fmt
    Image format.
    w
    Width of image.
    h
    Height of image
    backColor
    The background of image.
    See Also