com.softwarefx.chartfx.server.statistical
Class PChart
java.lang.Object
com.softwarefx.chartfx.server.statistical.SpcChart
com.softwarefx.chartfx.server.statistical.ProportionChart
com.softwarefx.chartfx.server.statistical.PChart
- All Implemented Interfaces:
- IExtension, IGallery
public class PChart
- extends ProportionChart
- implements IGallery
Provides access to the PChart 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 PChart gallery type is used to display the proportion of defective items in a sample.
Please see the SpcChart
object for additional information.
Methods inherited from class com.softwarefx.chartfx.server.statistical.SpcChart |
getLcl, getLclStudy, getMean, getMeanStudy, getSigma, getUcl, getUclStudy, isShowLimits, setMean, setShowLimits, setSigma |
PChart
public PChart()
2008 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.