Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net
 SPC Control Chart Tools for .Net
 SPC Chart data input situation
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

anl

Turkey
8 Posts

Posted - 05 Nov 2015 :  03:37:38  Show Profile  Reply with Quote
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  Show Profile  Reply with Quote
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.
Go to Top of Page

anl

Turkey
8 Posts

Posted - 09 Nov 2015 :  05:18:37  Show Profile  Reply with Quote
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
Go to Top of Page

quinncurtis

1586 Posts

Posted - 09 Nov 2015 :  08:48:14  Show Profile  Reply with Quote
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.
Go to Top of Page

anl

Turkey
8 Posts

Posted - 10 Nov 2015 :  10:35:06  Show Profile  Reply with Quote
hi again,

I just want to RUN CHART without upper,lower and center limit lines.

o
Go to Top of Page

quinncurtis

1586 Posts

Posted - 10 Nov 2015 :  11:28:56  Show Profile  Reply with Quote
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;
Go to Top of Page

anl

Turkey
8 Posts

Posted - 20 Nov 2015 :  02:50:10  Show Profile  Reply with Quote
Thank you for your help ;)

o
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07