ConnectParetoBars

In a Pareto Graph (GraphType=102), this property affects how the Pareto series bars are drawn.

Syntax:

setConnectParetoBars(boolean);
boolean = getParetoBars();

where:

boolean

Can be one of the following:

true draws connected Pareto bars with no space between them. This value is the default.

false draws Pareto bars with space between them.

Example:

setDepthAngle(0);
setDepthRadius(0);
setFootnoteDisplay(false);
setDisplayParetoSeries(0);
setGraphType(102);
setTitleString("Pareto Chart");
setSubtitleString("ConnectParetoBars = false");  setConnectParetoBars(false);

Pareto graph

setSubtitleString("ConnectParetoBars = true");  setConnectParetoBars(true);

Pareto graph


WebFOCUS