XBar RChart Set.From Json Method
Reconstructs an XBarRChartSet from a JSON string
previously produced by ToJson().
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new XBarRChartSet in the state described by the JSON.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static XBarRChartSet FromJson(
string json
)Parameters
Return Value
XBarRChartSetA new XBarRChartSet in the state described by the JSON.
Exceptions
| Argument | json is null. |
| Json | json is malformed or semantically invalid. |