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