DeserializeFromXml Method
In This Topic
Deserializes a FlexChart based control from an XML string. At present, this includes FlexChart and FlexPie controls.
Syntax
'Declaration
Public Shared Sub DeserializeFromXml( _
ByVal As IChartBase, _
ByVal As System.String _
)
public static void DeserializeFromXml(
IChartBase ,
System.string
)
Parameters
- chart
- The instance of the FlexChart based control into which the serialized chart data is to be loaded.
- xml
- A string containing the XML string with serialized chart information.
See Also