XBarSChartSet.ToJson Method

Serializes this XBarSChartSet to a JSON string.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public string ToJson()

Return Value

String
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.

Exceptions

InvalidOperationException The chart is in the Unfitted state.

See Also