ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1PieChart Class / SaveLayout Method / SaveLayout(String) Method
The file where the values of the layout properties will be saved.

In This Topic
    SaveLayout(String) Method
    In This Topic
    Saves the control layout properties to the file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveLayout( _
       ByVal filename As System.String _
    ) 
    public void SaveLayout( 
       System.string filename
    )

    Parameters

    filename
    The file where the values of the layout properties will be saved.
    See Also