IScalar Limit Chart Data Interface
Extends IChartData for chart families whose Phase II
evaluation model is expressed as constant scalar control limits.
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 IScalarLimitChartData : IChartData- Implements
- IChartData
Properties
| Center | Gets the center line. |
| Index | Gets optional chart-point labels. (Inherited from IChartData) |
| Lower | Gets the lower control limit. |
| Points | Gets the ordered sequence of plotted chart statistics. (Inherited from IChartData) |
| Sigma | Gets the sigma basis used to compute the control limits. |
| Upper | Gets the upper control limit. |