LoadFromXml(Value: String; SType: BubbleChartSerializationType);
LoadFromXml(Value: System.String; SType: Prognoz.Platform.Interop.Chart.BubbleChartSerializationType);
Value. The string that contains the XML markup, from which bubble chart settings are loaded.
SType. Part of bubble chart settings to be loaded to XML.
The LoadFromXml method loads the specified part of bubble chart settings from an XML structure.
The method use is given in the example for IBubbleChart.SaveToXml.
See also: