Author |
Topic  |
|
anl
Turkey
8 Posts |
Posted - 05 Nov 2015 : 03:37:38
|
Hi there,
When I create a graph, some data should be zero or not to be entered by user. In this situation, when I create a graph in Minitab or other programs that data is named as missing and we cannot see that data in the graphics (i.e we can see space in that data), however in quinn-curtis data that is not entering by user ignoring by the program or accepting zero and we can see the graphs missing values is zero ( how can we add a space when there is like situation ? ) Could you please explain how can I see missing values in the graphics is a space ?
I would be grateful if you could help me.
Best regards.
![]()
o |
|
quinncurtis
1586 Posts |
Posted - 05 Nov 2015 : 09:25:07
|
Sorry, but the software does not have the option of entering missing data like you describe. Your best alternative is to use a Batch Variable (or Attribute) control chart and simply not enter the missing sample interval. |
 |
|
anl
Turkey
8 Posts |
Posted - 09 Nov 2015 : 05:18:37
|
Okey this is so bad. The another question is; Can we create a chart without the lines, lcl,ucl,cl or etc. well, we want to create a chart which has less than 20 input data and see nothing in the chart except data input.
I would be grateful if you could help me.
o |
 |
|
quinncurtis
1586 Posts |
Posted - 09 Nov 2015 : 08:48:14
|
You can probably do that, but you need to describe exactly what you want.
What do you mean by data input values? Is this the raw sample interval data values (multiple y-values for each x-position in the graph), or the XBar (mean of sample interval values) data values?
Do you want the secondary chart plot?
Do you want the histograms to the left of the primary and secondary charts?
Do you want any part of the table above the charts?
You can also just draw a chart from scratch using the Charting Tools (QCChart2D) library, part of the SPCChart software. There are over 100 example charts in that software. |
 |
|
anl
Turkey
8 Posts |
Posted - 10 Nov 2015 : 10:35:06
|
hi again,
I just want to RUN CHART without upper,lower and center limit lines.
o |
 |
|
quinncurtis
1586 Posts |
Posted - 10 Nov 2015 : 11:28:56
|
For the PrimaryChart
this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_LOWER_CONTROL_LIMIT).Enable = false; this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_UPPER_CONTROL_LIMIT).Enable = false; this.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_CONTROL_TARGET).Enable = false;
For the SecondaryChart
this.SecondaryChart.GetControlLimitData(SPCChartObjects.SPC_LOWER_CONTROL_LIMIT).Enable = false; this.SecondaryChart.GetControlLimitData(SPCChartObjects.SPC_UPPER_CONTROL_LIMIT).Enable = false; this.SecondaryChart.GetControlLimitData(SPCChartObjects.SPC_CONTROL_TARGET).Enable = false; |
 |
|
anl
Turkey
8 Posts |
Posted - 20 Nov 2015 : 02:50:10
|
Thank you for your help ;)
o |
 |
|
|
Topic  |
|