ControlChartData.LowerControlLimit Property

Gets the lower control limit.

Definition

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

Property Value

Double

Remarks

The scalar lower 3-sigma control limit for the plotted statistic. For count-based charts (C, NP) where the lower bound is theoretically zero, this value may be NaN. For variable-sample P and U charts, use the pointwise vector properties for precise rendering.

See Also