XBarRChartSet.FromJson 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#
public static XBarRChartSet FromJson(
	string json
)

Parameters

json  String
A JSON string previously produced by ToJson().

Return Value

XBarRChartSet
A new XBarRChartSet in the state described by the JSON.

Exceptions

ArgumentNullExceptionjson is null.
JsonExceptionjson is malformed or semantically invalid.

See Also