PointwiseLimitSeries Properties

Properties

CenterLine Gets the scalar center line value for this series, representing the fitted baseline rate or mean.
(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)
LowerControlLimits Gets the per-point lower control limits for this series. The length of this vector equals Values.Length.
(Overrides ControlSeries.LowerControlLimits)
UpperControlLimits Gets the per-point upper control limits for this series. The length of this vector equals Values.Length.
(Overrides ControlSeries.UpperControlLimits)
Values Gets the analyzed data points for this series.
(Overrides ControlSeries.Values)

See Also