UChart.Series Property

Gets the U chart series with per-point control limits. This property is non-null when the chart was constructed with variable unit sizes.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public ControlSeries Series { get; }

Property Value

ControlSeries

Remarks

Available after Analyze() has been called (i.e., in Fitted and Deployed states) when the variable-unit-size constructor was used. In the Deployed state pointwise limit vectors and Values are not available; only the scalar CenterLine (equal to PooledDefectsPerUnit) is retained.

Exceptions

InvalidOperationException The chart was constructed with a constant unit size, or the chart is in the Unfitted state.

See Also