Control Chart<TChart>.Deploy Method
Creates a new TChart in the
Deployed state from this Fitted chart.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new TChart in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public TChart Deploy()Return Value
TChartA new TChart in the Deployed state.
Exceptions
| Invalid | The chart is not in the Fitted state. |