IVariable Limit Chart Data 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public interface IVariableLimitChartData : IChartData- Implements
- IChartData
Properties
| Center | Gets the center line (frozen rate). |
| Index | Gets optional chart-point labels. (Inherited from IChartData) |
| Lower | Gets the per-point lower control limits. |
| Points | Gets the ordered sequence of plotted chart statistics. (Inherited from IChartData) |
| Upper | Gets the per-point upper control limits. |