ControlChart.DeployCore 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#
protected abstract ControlChart DeployCore()

Return Value

ControlChart
A new, undeployed ControlChart instance. The base class sets its state to Deployed.

See Also