[]
Deserializes a FlexChart based control from an XML string. At present, this includes FlexChart and FlexPie controls.
public static void DeserializeFromXml(this IChartBase chart, string xml)
| 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. |