ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ScatterChart Class / LoadLayout Method / LoadLayout(String,LayoutType) Method
The file where the values of layout properties will be loaded.
The layout types to load.

In This Topic
    LoadLayout(String,LayoutType) Method
    In This Topic
    Loads control layout properties with specified types from the file.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadLayout( _
       ByVal filename As System.String, _
       ByVal layoutTypes As LayoutType _
    ) 
    public void LoadLayout( 
       System.string filename,
       LayoutType layoutTypes
    )

    Parameters

    filename
    The file where the values of layout properties will be loaded.
    layoutTypes
    The layout types to load.
    See Also