Xceed Chart for WinForms v4.4 Documentation
SaveStateToXml Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ChartControlStateBase Class : SaveStateToXml Method
Saves the control state to a XML string containing the binary state
Syntax
'Declaration
 
Public Overridable Function SaveStateToXml() As String
'Usage
 
Dim instance As ChartControlStateBase
Dim value As String
 
value = instance.SaveStateToXml()
public virtual string SaveStateToXml()
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