Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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.