I'm trying to plot an SPCBatchAttributeControlChart with a chart type = PERCENT_DEFECTIVE_PARTS_CHART (n-chart), and my subgroup samples (NO. INSP) have to be of different sizes, and even that I add arrays of different size using the method AddNewSampleRecord, the chart is plotted with the same number of samples per subgroup that I set when the chart was initialized (InitSPCBatchAttributeControlChart), is there a way to set subgroup samples of different sizes? (e.g. The first sample has N1 = 111, the seccond N2 = 102, and so on).
I tried to look at the examples, but they all show charts with the same number of subgroup samples per record. Thanks in advance