ControlChart<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#
public TChart Deploy()

Return Value

TChart
A new TChart in the Deployed state.

Exceptions

InvalidOperationException The chart is not in the Fitted state.

See Also