FlexChart for WinForms
DeserializeFromXml メソッド

C1.Chart アセンブリ > C1.Chart.Serialization 名前空間 > Serializer クラス : DeserializeFromXml メソッド
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.
Deserializes a FlexChart based control from an XML string. At present, this includes FlexChart and FlexPie controls.
シンタックス
'宣言
 
Public Shared Sub DeserializeFromXml( _
   ByVal chart As IChartBase, _
   ByVal xml As System.String _
) 
public static void DeserializeFromXml( 
   IChartBase chart,
   System.string xml
)

パラメータ

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.
参照

参照

Serializer クラス
Serializer メンバ