Search
BaseGauge.fromJson Method
See Also
 






Deserializes the gauge from a JSON string.

Namespace: MindFusion.Gauges
File: BaseGauge.js

 Syntax

JavaScript  Copy Code

function fromJson (json)

 Parameters

json

String. A string created by the toJson method.

 See Also