ControlChartData.UpperControlLimit Property

Gets the upper control limit.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public double UpperControlLimit { get; }

Property Value

Double

Remarks

The scalar upper 3-sigma control limit for the plotted statistic. Valid for all chart families with equal subgroup sizes. For variable-sample P and U charts, this holds an average-size summary value; use the pointwise vector properties for precise rendering in those cases.

See Also