Fixed Limit Series Properties
Properties
| Center |
Gets the center line value of this control chart series.
(Overrides ControlSeries.CenterLine) |
| Index |
Gets the index that provides labels or positions for the analyzed
data points, or null if no index was supplied.
(Overrides ControlSeries.Index) |
| Lower | Gets the lower control limit of this control chart series. |
| Lower |
Gets the lower control limit as a constant vector. Each element of
the returned vector equals LowerControlLimit.
(Overrides ControlSeries.LowerControlLimits) |
| Sigma | Gets the within-subgroup or within-sample standard deviation estimate used to compute the control limits. |
| Upper | Gets the upper control limit of this control chart series. |
| Upper |
Gets the upper control limit as a constant vector. Each element of
the returned vector equals UpperControlLimit.
(Overrides ControlSeries.UpperControlLimits) |
| Values |
Gets the analyzed data points for this series.
(Overrides ControlSeries.Values) |