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 & .Net Compact Framework
 SPC Control Chart Tools for .Net
 Sample Labels in Table
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Bill Rokos

15 Posts

Posted - 20 Jun 2008 :  12:36:38  Show Profile  Reply with Quote
I am making an XBar-R chart and would like to change the Sample Labels from reading "Sample #0, Sample #1, Sample #2, etc..." to "Sample #1, Sample #2, Sample #3, etc..." (basically start at 1 instead of 0). Is this possible?

Thanks.

quinncurtis

1164 Posts

Posted - 20 Jun 2008 :  13:23:12  Show Profile  Reply with Quote
Use the SetSampleRowHeaderString method to customize the row heads for the sample data

this.InitSPCTimeVariableControlChart(charttype,	numsamplespersubgroup, numdatapointsinview, timeincrementminutes);

this.ChartData.SetSampleRowHeaderString(0, "Sample #1");
this.ChartData.SetSampleRowHeaderString(1, "Sample #2");
this.ChartData.SetSampleRowHeaderString(2, "Sample #3");
.
.
.
Go to Top of Page

Bill Rokos

15 Posts

Posted - 20 Jun 2008 :  13:47:46  Show Profile  Reply with Quote
Perfect, thanks.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07