Xceed Chart for WinForms v4.4 Documentation
LoadFromStream Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ChartControlStateBase Class : LoadFromStream Method
Loads the chart control state from the passed stream.
Syntax
'Declaration
 
Public Overridable Sub LoadFromStream( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As ChartControlStateBase
Dim stream As Stream
 
instance.LoadFromStream(stream)
public virtual void LoadFromStream( 
   Stream stream
)

Parameters

stream
Remarks
You're responsible for the stream creation and closure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChartControlStateBase Class
ChartControlStateBase Members