SpreadJS Documentation
fromJSON Method
GC.Spread.Sheets.Sparklines Namespace > SparklineEx type : fromJSON Method
The sparklineEx data from deserialization.
Loads the object state from the specified JSON string.
Syntax
var instance = new GC.Spread.Sheets.Sparklines.SparklineEx();
var value; // Type: any
value = instance.fromJSON(settings);
function fromJSON( 
   settings : Object
) : any;

Parameters

settings
The sparklineEx data from deserialization.
See Also

Reference

SparklineEx type