IVariableLimitChartData Interface

Extends IChartData for chart families whose Phase II pointwise limits vary with each sample's size or exposure.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public interface IVariableLimitChartData : IChartData
Implements
IChartData

Properties

CenterLineGets the center line (frozen rate).
IndexGets optional chart-point labels.
(Inherited from IChartData)
LowerControlLimitsGets the per-point lower control limits.
PointsGets the ordered sequence of plotted chart statistics.
(Inherited from IChartData)
UpperControlLimitsGets the per-point upper control limits.

See Also