C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ScatterChart Class / LoadLayout Method / LoadLayout(Stream) Method
The stream where the values of layout properties will be loaded.

In This Topic
LoadLayout(Stream) Method
In This Topic
Load control layout properties from the stream.
Syntax
'Declaration
 
Public Overloads Sub LoadLayout( _
   ByVal stream As System.IO.Stream _
) 
 

Parameters

stream
The stream where the values of layout properties will be loaded.
See Also