Xceed Chart for WinForms v4.4 Documentation
SaveToStream Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ChartControlStateBase Class : SaveToStream Method
Saves the chart control state in the passed stream.
Syntax
'Declaration
 
Public Sub SaveToStream( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As ChartControlStateBase
Dim stream As Stream
 
instance.SaveToStream(stream)
public void SaveToStream( 
   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