Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Microsoft .Net
 SPC Control Chart Tools for .Net
 Decimal Precision in Table

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Bill Rokos Posted - 20 Jun 2008 : 12:34:41
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.
5   L A T E S T    R E P L I E S    (Newest First)
sakamali Posted - 12 Jun 2013 : 09:14:13
Thanks a lot.
quinncurtis Posted - 12 Jun 2013 : 08:40:37
this.ChartData.ProcessCapabilityDecimalPrecision = 2; // C#

or

Me.ChartData.ProcessCapabilityDecimalPrecision = 2 ' VB
sakamali Posted - 12 Jun 2013 : 03:24:22
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.
Bill Rokos Posted - 20 Jun 2008 : 13:49:04
Perfect, thanks.
quinncurtis Posted - 20 Jun 2008 : 13:13:58
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;

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07