Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Java
 QCSPCChart SPC for Java
 CalculatedItemTemplate | DecimalPos

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
Josh Posted - 17 Dec 2008 : 15:27:43
I'm creating an X-Bar & R chart, and I have noticed that chartData.getCalculatedItemTemplate().setDecimalPos() only appears to affect SUM and NO. INSP. values. MEAN and RANGE are not getting the proper decimal position.

Is this a bug, or is there another method that I should be using to set the decimal position for these items? I've searched through the forums and the PDFs, and could not find anything that addressed this issue.

I'm using a trial version which was downloaded a couple of weeks ago. The PDF for Java SPC shows a revision of 1.7.

Thanks,
Josh
3   L A T E S T    R E P L I E S    (Newest First)
Josh Posted - 19 Dec 2008 : 13:35:15
Perfect! Thank you.
quinncurtis Posted - 17 Dec 2008 : 18:09:41
Use the setCalculatedValueDecimalPrecision method of the charts ChartData.

chartData.setCalculatedValueDecimalPrecision(2);
Josh Posted - 17 Dec 2008 : 16:33:48
One additional detail: it's specifically a SPCBatchVariableControlChart that I'm working with.

I also just tested against SPCTimeVariableControlChart and got the same results.

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