IChart.SaveToJSON

Fore Syntax

SaveToJSON: String;

Fore.NET Syntax

SaveToJSON: System.String;

Description

The SaveToJSON method saves the JSON markup to the string variable.

Example

The example is given in description of the IChart.LoadFromJSON method.

See also:

IChart