ParetoY2MajorGridStep

This property sets the interval of grid lines and labels on the Y2-axis in a pareto graph.

Syntax:

setParetoY2MajorGridStep(value);
value = getParetoY2MajorGridStep();

where:

value

Is a value between 1.0 and 500.0. This value is a Java double-precision number. The default value is 10.0.

Example:

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

Pareto graph

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

Pareto graph


WebFOCUS