PChart Properties

Properties

HasVariableSizes Gets a value indicating whether this chart was constructed with variable sample sizes. When true, cast Series to PointwiseLimitSeries; when false, cast to FixedLimitSeries.
PooledFractionNonconforming Gets the pooled fraction nonconforming (p̄) computed during phase-I analysis, which serves as the chart center line.
SampleSizes Gets the sample sizes used during phase-I analysis when the chart was constructed with variable sample sizes.
Series Gets the P chart data series. Returns a PointwiseLimitSeries when variable sample sizes produce per-point limits, or a FixedLimitSeries when a constant sample size was used.
State Gets the current lifecycle state of this chart.
(Inherited from ControlChart)

See Also