MAUI | ComponentOne
C1.Maui.Chart Assembly / C1.Maui.Chart Namespace / C1Sunburst Class / SaveSvg Method
In This Topic
    SaveSvg Method (C1Sunburst)
    In This Topic
    Saves chart as SVG image to the specified stream.
    Syntax
    public void SaveSvg( 
       Stream stream,
       Nullable<Rect> rect
    )

    Parameters

    stream
    rect
    See Also