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
 Decimal Precision in Table
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Bill Rokos

26 Posts

Posted - 20 Jun 2008 :  12:34:41  Show Profile  Reply with Quote
I am using...

chartVu.ChartTable.SampleItemTemplate.DecimalPos = 2; (and several other values)

... but my sample values in the table seem stuck on 1 decimal place of precision. Any ideas?

Thanks.

quinncurtis

1586 Posts

Posted - 20 Jun 2008 :  13:13:58  Show Profile  Reply with Quote
You can control the decimal precision of the sampled data using

this.ChartData.DefectiveDecimalPrecision = 2;

You can control the decimal precision of the calculated values (Mean, Range, Sum) using

this.ChartData.CalculatedValueDecimalPrecision = 2;
Go to Top of Page

Bill Rokos

26 Posts

Posted - 20 Jun 2008 :  13:49:04  Show Profile  Reply with Quote
Perfect, thanks.
Go to Top of Page

sakamali

Turkey
33 Posts

Posted - 12 Jun 2013 :  03:24:22  Show Profile  Reply with Quote
Hi,
What can I do for Cp, Cpk, Cpl ... data? So,

I would like to see 0,05 instead of 0,050
0,71 instead of 0,707
0,00 instead of 0,000

Thanks,
Regards.
Go to Top of Page

quinncurtis

1586 Posts

Posted - 12 Jun 2013 :  08:40:37  Show Profile  Reply with Quote
this.ChartData.ProcessCapabilityDecimalPrecision = 2; // C#

or

Me.ChartData.ProcessCapabilityDecimalPrecision = 2 ' VB
Go to Top of Page

sakamali

Turkey
33 Posts

Posted - 12 Jun 2013 :  09:14:13  Show Profile  Reply with Quote
Thanks a lot.
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