UChartData Properties

Properties

AverageDefectsPerUnitGets the average defects per unit across all subgroups. Equal to the chart center line.
Baseline Gets the frozen evaluation model extracted from the Phase I analysis.
(Inherited from ControlChartData<TBaseline>)
CenterLineGets the center line (frozen rate).
ChartType Gets a stable descriptive identifier for the chart type, such as "Individuals", "MovingRange", "XBar", "Range", or "StandardDeviation".
(Inherited from ControlChartData)
Index Gets optional chart-point labels.
(Inherited from ControlChartData)
LowerControlLimits Gets the pointwise lower control limits, one per plotted point.
(Inherited from PointwiseLimitsChartData<TBaseline>)
Points Gets the ordered sequence of plotted chart statistics.
(Inherited from ControlChartData)
UnitSizesGets the inspection unit sizes, one per plotted point.
UpperControlLimits Gets the pointwise upper control limits, one per plotted point.
(Inherited from PointwiseLimitsChartData<TBaseline>)

See Also