UChart Properties

Properties

HasVariableSizes Gets a value indicating whether this chart was constructed with variable unit sizes. When true, the Series property returns a PointwiseLimitSeries; when false, it returns a FixedLimitSeries.
PooledDefectsPerUnit Gets the pooled defects per unit (ū) computed during phase-I analysis, which serves as the chart center line.
Series Gets the U chart series with per-point control limits. This property is non-null when the chart was constructed with variable unit sizes.
State Gets the current lifecycle state of this chart.
(Inherited from ControlChart)
UnitSizes Gets the unit sizes used during phase-I analysis when the chart was constructed with variable unit sizes.

See Also