IBubbleChart.LoadFromXml

Fore Syntax

LoadFromXml(Value: String; SType: BubbleChartSerializationType);

Fore.NET Syntax

LoadFromXml(Value: System.String; SType: Prognoz.Platform.Interop.Chart.BubbleChartSerializationType);

Parameters

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.

Description

The LoadFromXml method loads the specified part of bubble chart settings from an XML structure.

Example

The method use is given in the example for IBubbleChart.SaveToXml.

See also:

IBubbleChart