[]
        
(Showing Draft Content)

C1.Chart.Serialization.Serializer.SerializeToXml

SerializeToXml Method

SerializeToXml(IChartBase, bool)

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

Declaration
public static string SerializeToXml(this IChartBase chart, bool serializeData = true)
Parameters
Type Name Description
IChartBase chart

The instance of the FlexChart based control to serialize to an XML string.

bool serializeData
Returns
Type Description
string

A string containing a formatted XML string.