FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Serialization Namespace / Serializer Class / DeserializeFromXml Method
The instance of the FlexChart based control into which the serialized chart data is to be loaded.
A string containing the XML string with serialized chart information.

In This Topic
    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 chart As IChartBase, _
       ByVal xml As System.String _
    ) 
    public static void DeserializeFromXml( 
       IChartBase chart,
       System.string xml
    )

    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