FixedLimitSeries Properties

Properties

CenterLine 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)
LowerControlLimit Gets the lower control limit of this control chart series.
LowerControlLimits 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.
UpperControlLimit Gets the upper control limit of this control chart series.
UpperControlLimits 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)

See Also