You are here: Symbol Reference > StatControlCharts Namespace > Functions > StatControlCharts.QCCChart Function
Stats Master VCL
ContentsIndex
PreviousUpNext
StatControlCharts.QCCChart Function

Constructs C-Chart.

Pascal
procedure QCCChart(const Data: TVec; const DrawVec: TVec; out CL: double; out UCL: double; out LCL: double; Confidence: double);
Parameters 
Description 
Data 
Data to be analyzed. Each value represents number of defects. 
DrawVec 
Returns values to be drawn. 
CL 
Returns control Chart centerline. 
UCL 
Returns control Chart upper control limit. 
LCL 
Returns control Chart lower control limit. 
Confidence 
Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. 

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!