Constructs a Pareto chart.
Constructs a Pareto chart.
public ParetoChart(AxisXY,string[],int[]);
Constructs a Pareto chart showing only the most important bars.
public ParetoChart(AxisXY,string[],int[],double,string);
Constructs a Pareto chart showing only a limited number of bars. The numberDefects-axis formatting is changed to integer formatting.
public ParetoChart(AxisXY,string[],int[],int,string);
ParetoChart Class | Imsl.Chart2D.QC Namespace