'宣言 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.