UChart.From Json Method
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new UChart in the state described by the JSON.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static UChart FromJson(
string json
)Parameters
Return Value
UChartA new UChart in the state described by the JSON.
Exceptions
| Argument | json is null. |
| Json | json is malformed or semantically invalid. |