NumPieArcSegmentsPerPixel

This property is used to improve the appearance of pie graphs by specifying the number of segments to draw in the arc of the pie.

Syntax:

setNumPieArcSegmentsPerPixel(value);
value = getNumPieArcSegmentsPerPixel();

where:

value

Is a value between 0 and 1. This value is a Java double-precision number. 0.15 is the default value.

Example:

setPieDepth(60);
setPieTilt(30);
setGraphType(56);
setPrimitiveAntialiasing(true);  setNumPieArcSegmentsPerPixel(1.0);

3D pie ring graph


WebFOCUS