Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Class NPChart

java.lang.Object
  extended by SoftwareFX.ChartFX.Statistical.SpcChart
      extended by SoftwareFX.ChartFX.Statistical.ProportionChart
          extended by SoftwareFX.ChartFX.Statistical.NPChart
All Implemented Interfaces:
IGalleryType

public final class NPChart
extends ProportionChart
implements IGalleryType

Provides access to the NPChart object.

A Statistical Process Control (SPC) or control chart provides basis for deciding whether the variation in the output is due to common causes (in control) or assignable causes (out of control). Whenever an out-of-control situation is detected, adjustments and/or other corrective action will be taken to bring the process back into control. The NPChart gallery type is used to display the number of defective items in a sample.

Please see the SpcChart object for additional information.


Constructor Summary
NPChart()
           
 
Method Summary
 
Methods inherited from class SoftwareFX.ChartFX.Statistical.SpcChart
getLcl, getMean, getSigma, getUcl, setMean, setSigma
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NPChart

public NPChart()

http://www.softwarefx.com

2007 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.