Xceed Chart for WinForms v4.4 Documentation
LoadStateFromXml Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ChartControlStateBase Class : LoadStateFromXml Method
Loads the control state from a XML string containing the binary state
Syntax
'Declaration
 
Public Overridable Sub LoadStateFromXml( _
   ByVal sXmlState As String _
) 
'Usage
 
Dim instance As ChartControlStateBase
Dim sXmlState As String
 
instance.LoadStateFromXml(sXmlState)
public virtual void LoadStateFromXml( 
   string sXmlState
)

Parameters

sXmlState
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