XBar RChart Set.To Json Method
Serializes this XBarRChartSet to a JSON string.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
When in the Fitted state, a JSON string preserving the full chart including subgroup statistics, computed limits, and index. When in the Deployed state, a JSON string preserving only the frozen fitted parameters.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public string ToJson()Return Value
StringWhen in the Fitted state, a JSON string preserving the full chart including subgroup statistics, computed limits, and index. When in the Deployed state, a JSON string preserving only the frozen fitted parameters.
Exceptions
| Invalid | The chart is in the Unfitted state. |