[]
Serializes a FlexChart based control to an XML string. At present, this includes FlexChart and FlexPie controls.
public static string SerializeToXml(this IChartBase chart, bool serializeData = true)
| Type | Name | Description |
|---|---|---|
| IChartBase | chart | The instance of the FlexChart based control to serialize to an XML string. |
| bool | serializeData |
| Type | Description |
|---|---|
| string | A string containing a formatted XML string. |