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
 how to change these row header string?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

n/a

4 Posts

Posted - 24 Aug 2008 :  11:15:05  Show Profile  Reply with Quote
In the data table above the chart,how to change the following row header string:
"TIME","FRACT.DEF","% DEF.","NO.INSP"?

Thanks.

quinncurtis

1164 Posts

Posted - 24 Aug 2008 :  12:37:02  Show Profile  Reply with Quote
You can change the "TIME" row header string using the ChartData.TimeValueRowHeader property.

this.ChartData.TimeValueRowHeader = "YYYY";


You can change "FRACT.DEF","% DEF." property using GetCalculatedValueRecord.

this.ChartData.GetCalculatedValueRecord(0).ValueDescription = "XXXX";

You can change the "NO.INSP" row header string using the ChartData.NumberSamplesValueRowHeader property.

this.ChartData.NumberSamplesValueRowHeader = "ZZZZ";
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