Overload List

NameDescription
PChart(AxisXY, Int32, array<Double>[]()[])
Creates a p-Chart given the defect rates for a series of samples with equal sample sizes.
PChart(AxisXY, Int32, array<Int32>[]()[])
Creates a p-Chart given the number of defects for a series of samples with equal sample sizes.
PChart(AxisXY, array<Int32>[]()[], array<Double>[]()[])
Creates a p-Chart given the defect rates for a series of samples with varying sample sizes.
PChart(AxisXY, array<Int32>[]()[], array<Int32>[]()[])
Creates a p-Chart given the number of defects for a series of samples with varying sample sizes.

See Also