Constructs a Pareto chart showing only a limited number of bars. The numberDefects-axis formatting is changed to integer formatting.
AxisXY
parent of this node. String
array which contains the labels for the data values. int
array which contains the number of defects. These data values must be in the same order as the values in labels
, but they do not need to be sorted. maximumCategoriesPlotted
+1. This must be at least 0 and no more than the length of numberDefects
. Exception Type | Condition |
---|---|
ArgumentException | is thrown if the length of the labels and numberDefects arrays are unequal or if any element of numberDefects is negative. |
ParetoChart Class | Imsl.Chart2D.QC Namespace | ParetoChart Constructor Overload List