ParetoY2MajorTickStep

This property sets the interval of tick marks on the Y2-axis in a pareto graph.

Syntax:

setParetoY2MajorTickStep(value);
value = getParetoY2MajorTickStep();

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:

setGraphType(102);
setDepthAngle(0);
setDepthRadius(0);
setDisplay(getY2MajorGrid(), false);
setDisplay(getY1MajorGrid(), false);  setParetoY2MajorTickStep(10.0);
setDisplay(getY2MajorTick(), true);

Pareto graph


WebFOCUS