StatControlCharts.QCCChart Method

procedure QCCChart(const Data: TVec; const DrawVec: TVec; out CL: Double; out UCL: Double; out LCL: Double; Confidence: Double);

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