[]
        
(Showing Draft Content)

C1.Chart.Serialization.Serializer.DeserializeFromXml

DeserializeFromXml Method

DeserializeFromXml(IChartBase, string)

Deserializes a FlexChart based control from an XML string. At present, this includes FlexChart and FlexPie controls.

Declaration
public static void DeserializeFromXml(this IChartBase chart, string xml)
Parameters
Type Name Description
IChartBase chart

The instance of the FlexChart based control into which the serialized chart data is to be loaded.

string xml

A string containing the XML string with serialized chart information.