ParetoDisplayThreshold

This property sets the location to split the graph frame and accumulation line in a pareto graph.

Syntax:

setParetoDisplayThreshold(value);
value = getParetoDisplayThreshold();

where:

value

Is any integer between 0 and 100. 1 is the default value.

Example:

setTitleDisplay(false);
setSubtitleDisplay(false);
setFootnoteDisplay(false);
setDepthAngle(0);
setDepthRadius(0);
setGraphType(102);  setParetoDisplayThreshold(50);

Pareto graph

setTitleDisplay(false);
setSubtitleDisplay(false);
setFootnoteDisplay(false);
setDepthAngle(0);
setDepthRadius(0);
setGraphType(102);  setParetoDisplayThreshold(90);

Pareto graph


WebFOCUS