StatControlCharts.QCCChart Method

void QCCChart(TVec Data, TVec DrawVec, ref Double CL, ref Double UCL, ref Double LCL, Double Confidence)

Constructs C-Chart.

#NameDescription
1DataData to be analyzed. Each value represents number of defects.
2ConfidenceConfidence level for upper and lower control limit. Confidence must lie in the (0,1) interval.
3DrawVecReturns values to be drawn.
4CLReturns control Chart centerline.
5UCLReturns control Chart upper control limit.
6LCLReturns control Chart lower control limit.

Result: stored in self (calling object)

Remarks:

Constructs C-Chart drawing values, center line, upper and lower control limit.

See Also: StatControlCharts.QCPChart, StatControlCharts.QCNPChart, StatControlCharts.QCUChart