Control Chart.Deploy Core Method
When overridden in a derived class, creates the shell of a new
chart instance that Deploy() will place in the
Deployed state. Called by
Deploy() after state validation.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new, undeployed ControlChart instance. The base class sets its state to Deployed.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
protected abstract ControlChart DeployCore()Return Value
ControlChartA new, undeployed ControlChart instance. The base class sets its state to Deployed.